File Coverage

/tmp/GxXhCwvM16
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package MyTest1;
2 2     2   3724122 use Mite::Shim qw( -bool -is -unclean );
  2         11  
  2         59  
3             package MyTest2;
4 2     2   25 use Mite::Shim qw( !has !before !after !around -unclean );
  2         5  
  2         13  
5             package MyTest3;
6 2     2   24 use Mite::Shim qw( !-defaults has -unclean );
  2         5  
  2         12  
7             1;