File Coverage

blib/lib/TestML/Library.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 7 57.1


line stmt bran cond sub pod time code
1             package TestML::Library;
2              
3 24     24   718 use TestML::Base;
  24         33  
  24         284  
4              
5             sub runtime {
6 0     0 0   $TestML::Runtime::Singleton;
7             }
8              
9             1;