File Coverage

/tmp/NSAGPLHpJZ
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   3853868 has foo =>
  2         5  
  2         20  
3             is => 'rw',
4             isa => 'Int',
5             local_writer => 1;
6              
7             use Mite::Shim qw( guard );
8             extends 'MyTest';
9 2     2   217 has '+foo' => predicate => 1;
  2         3  
  2         10  
10             1;