- x{{ item.count }}
+
+ {{ Util.NF(item.uncovered) }}
+
{{ Util.NF(item.total) }}
+
+ Blank
+ {{ item.blank }}
+ Comment
+ {{ item.comment }}
+
+
+
+ Format
+
+
+
+
+ Top Executions
+
+
+ L{{ item.line }}
+
+
+ x{{ item.count }}
+
+
{
}
}
-@media (hover: none) {
- .mcr-report-item {
- flex-wrap: nowrap;
- overflow-x: auto;
+.mcr-report-percent {
+ padding: 0 3px;
+ border-radius: 3px;
+}
+
+.mcr-report-values {
+ padding: 0 3px;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+
+ .mcr-covered,
+ .mcr-uncovered {
+ padding-right: 5px;
+ border-right: 1px solid #ccc;
}
}