< Summary

Information
Class: AspNetCoreGeneratedDocument.Views_ProductionReport_Index
Assembly: ReportingServices.UI
File(s): C:\Users\wathen\source\repos\ReportingServices\ReportingServices.UI\Views\ProductionReport\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: 6
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%60%

File(s)

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

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

Methods/Properties

ExecuteAsync()