File Coverage

/tmp/6SeDljibBF
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             use Mite::Shim;
2 2     2   3869937 has foo =>
  2         4  
  2         20  
3             is => 'ro',
4             default => 23;
5              
6             use Mite::Shim;
7             extends 'GP1';
8 2     2   172  
  2         3  
  2         8  
9             use Mite::Shim;
10             extends 'P1';
11             has "+foo" =>
12 2     2   159 default => "child default";
  2         3  
  2         7  
13              
14             1;