< Summary

Information
Class: AspNetCoreGeneratedDocument.Views_Home_Index
Assembly: ReportingServices.UI
File(s): C:\Users\wathen\source\repos\ReportingServices\ReportingServices.UI\Views\Home\Index.cshtml
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 19
Line coverage: 0%
Branch coverage
0%
Covered branches: 0
Total branches: 4
Branch coverage: 0%
Method coverage

Method coverage is only available for sponsors.

Upgrade to PRO version

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
ExecuteAsync()0%40%

File(s)

C:\Users\wathen\source\repos\ReportingServices\ReportingServices.UI\Views\Home\Index.cshtml

#LineLine coverage
 1@{
 02    ViewData["Title"] = "Home Page | Mesa Reporting Services";
 3}
 4
 5<div aria-label="breadcrumb">
 6    <ol class="breadcrumb">
 7        <li class="breadcrumb-item active" aria-current="page">Home</li>
 8    </ol>
 9</div>
 10<br />
 11
 12<div class="row">
 13    <div class="col-3 d-grid">
 14        <a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="ProductionReport" asp-action="Index"
 15    </div>
 16    <div class="col-3 d-grid">
 17        <a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="PlanningReport" asp-action="Index"><
 18    </div>
 19</div>

Methods/Properties

ExecuteAsync()