File Coverage

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


line stmt bran cond sub pod time code
1             package XS::catch;
2 1     1   467 use 5.012;
  1         3  
3              
4             our $VERSION = '1.1.0';
5              
6             1;