File Coverage

/tmp/5RWkZRrKKD
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package MyTestXX;
2 2     2   4450451 use Mite::Shim;
  2         15  
  2         76  
3             has [ 'foo', 'foo2' ] =>
4             is => 'rw',
5             default => 99;
6             has xxx => ( init_arg => 'xxxx', is => 'ro' );
7             has yyy => ( init_arg => undef, is => 'ro' );
8             1;