<div class="bubble-popup-container">
<div class="bubble-popup-title">
{{#if row.lineHits}}
- {{t 'source_viewer.covered'}}
+ {{t 'source_viewer' tests 'covered'}}
{{#if row.conditions}}
({{default row.coveredConditions 0}} of {{row.conditions}} {{t 'source_viewer.conditions'}})
{{/if}}
{{else}}
- {{t 'source_viewer.not_covered'}}
+ {{t 'source_viewer' tests 'not_covered'}}
{{#if row.conditions}}
({{row.conditions}} {{t 'source_viewer.conditions'}})
{{/if}}
component_viewer.workspace.show_workspace=Show workspace
component_viewer.workspace.hide_workspace=Hide workspace
-source_viewer.covered=Covered
-source_viewer.not_covered=Not covered
+source_viewer.ut.covered=Covered by unit tests
+source_viewer.ut.not_covered=Not covered by unit tests
+source_viewer.it.covered=Covered by integration tests
+source_viewer.it.not_covered=Not covered by integration tests
source_viewer.conditions=conditions
source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks.