File Coverage

/tmp/lTe4z41t7f
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Thingy2;
2 3     3   10070939 use Mite::Shim;
  3         6  
  3         71  
3             has xyz =>
4             enum => [ qw( foo bar baz ) ],
5             handles => 2;
6             1;