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   18 use Perlmazing;
  2         4  
  2         13  
2 2     2   14 use Data::Dump qw();
  2         3  
  2         151  
3              
4             sub main {
5 53 50   53 0 26646 return unless @_;
6 53         157 Data::Dump::dump(@_);
7             }
8              
9             1;