File Coverage

/tmp/hezpGq1he3
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             use Mite::Shim;
2 2     2   3488379 use Sub::Quote qw(quote_sub);
  2         12  
  2         42  
3 2     2   339 has num =>
  2         8  
  2         589  
4             is => 'rw',
5             isa => quote_sub q{ $_[0] > 0 };
6             1;