File Coverage

blib/lib/CPP/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 CPP::catch;
2 1     1   458 use 5.012;
  1         4  
3              
4             our $VERSION = '1.0.7';
5              
6             1;