File Coverage

/tmp/F6g84O9qlx
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   4900689 has foo =>
  2         8  
  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   222 has '+foo' => predicate => 1;
  2         4  
  2         10  
10             1;