File Coverage

/tmp/xl6jwaXCOq
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.0


line stmt bran cond sub pod time code
1             use Mite::Shim;
2 2     2   4414838 has truth =>
  2         9  
  2         49  
3             accessor => 1,
4             writer => 1,
5             reader => 1,
6             isa => 'Bool',
7             coerce => 1,
8             builder => sub { [] },
9 1     1   2 lazy => 1;
10             1;