File Coverage

/tmp/RJ5T68lTe4
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 Foo2;
2 7     7   27284663 use Mite::Shim;
  7         74  
  7         188  
3             has num =>
4             is => 'rw',
5             isa => 'Int',
6             default => 99;
7             1;