File Coverage

/tmp/yQfmG9jiD5
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 4     4   14196191 use Types::Standard qw( StrMatch );
  4         46  
  4         382  
3 4     4   1084 has attr =>
  4         14  
  4         223  
4             is => 'rw',
5             isa => StrMatch[ qr/A/i ];
6             1;