File Coverage

/tmp/pJZbTBlES7
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 5     5   14299907 use Types::Standard qw( StrMatch );
  5         46  
  5         131  
3 5     5   715 has attr =>
  5         6  
  5         312  
4             is => 'rw',
5             isa => StrMatch[ qr/A/i ];
6             1;