File Coverage

lib/Perlmazing/Perlmazing/dumped.pm
Criterion Covered Total %
statement 8 8 100.0
branch 1 2 50.0
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 12 14 85.7


line stmt bran cond sub pod time code
1 2     2   20 use Perlmazing;
  2         4  
  2         14  
2 2     2   21 use Data::Dump qw();
  2         6  
  2         179  
3            
4             sub main {
5 53 50   53 0 27159 return unless @_;
6 53         162 Data::Dump::dump(@_);
7             }
8            
9             1;