File Coverage

/tmp/8lTe4z41t7
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             package Foo;
2 2     2   4531290 use Mite::Shim;
  2         16  
  2         61  
3             has truth =>
4             accessor => 1,
5             writer => 1,
6             reader => 1,
7             isa => 'Bool',
8             coerce => 1,
9 1     1   14 builder => sub { [] },
10             lazy => 1;
11             1;