File Coverage

/tmp/eTP8ZoGrc4
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 FooPos;
2 4     4   14571871 use Mite::Shim;
  4         58  
  4         152  
3             has num =>
4             is => 'rw',
5             isa => 'PositiveInt';
6             1;