Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.coverage/support/vcastData/vcast/test_scheduler.2.xml')
-rw-r--r--plugins/org.eclipse.osee.coverage/support/vcastData/vcast/test_scheduler.2.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.coverage/support/vcastData/vcast/test_scheduler.2.xml b/plugins/org.eclipse.osee.coverage/support/vcastData/vcast/test_scheduler.2.xml
new file mode 100644
index 00000000000..adce4fe2507
--- /dev/null
+++ b/plugins/org.eclipse.osee.coverage/support/vcastData/vcast/test_scheduler.2.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<coverage_data xml_testcase_version=" 3">
+ <unit index="2" coverage_type="STATEMENT">
+ <name>test_scheduler.2.ada</name>
+ <subprogram index="1">
+ <name>UPDATE_TEXT</name>
+ <line_numbers_to_branches>{1; 0},{2; 0},{3; 0},{4; 0}</line_numbers_to_branches>
+ <metrics>
+ <complexity>1</complexity>
+ <coverage coverage_type="STATEMENT">
+ <covered>0</covered>
+ <total>4</total>
+ </coverage>
+ </metrics>
+ </subprogram>
+ <subprogram index="2">
+ <name>UPDATE_TEXT2</name>
+ <line_numbers_to_branches>{1; 0},{2; 0},{3; 0},{4; 0}</line_numbers_to_branches>
+ <metrics>
+ <complexity>1</complexity>
+ <coverage coverage_type="STATEMENT">
+ <covered>0</covered>
+ <total>4</total>
+ </coverage>
+ </metrics>
+ </subprogram>
+ </unit>
+</coverage_data>

Back to the top