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 3     3   28 use Perlmazing;
  3         8  
  3         18  
2 3     3   21 use Data::Dump qw();
  3         7  
  3         209  
3            
4             sub main {
5 8 50   8 0 11400 return unless @_;
6 8         34 Data::Dump::dump(@_);
7             }
8            
9             1;