File Coverage

blib/lib/XS/Assert.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package XS::Assert;
2              
3 5     5   180248 use 5.005_03;
  5         21  
  5         399  
4              
5             $VERSION = '0.002';
6              
7             1;
8             __END__