File Coverage

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