File Coverage

/tmp/nNmsbfp9Rh
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   5014611 has 'things' =>
  2         5  
  2         18  
3             is => 'rw',
4             default => 42;
5              
6             use Mite::Shim;
7             extends 'Foo';
8 2     2   199 has 'stuff' =>
  2         5  
  2         8  
9             is => 'rw',
10             default => 23;
11             1;