File Coverage

/tmp/VMMp4vuWLl
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   3851433 has truth =>
  2         13  
  2         67  
3             accessor => 1,
4             writer => 1,
5             reader => 1,
6             isa => 'Bool',
7             coerce => 1,
8             builder => sub { [] },
9 1     1   3 lazy => 1;
10             1;