File Coverage

lib/Perlmazing/Perlmazing/devnull.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 0 1 0.0
total 6 7 85.7


line stmt bran cond sub pod time code
1 2     2   49 use File::Spec ();
  2         5  
  2         161  
2              
3             sub main {
4 5     5 0 232 File::Spec->devnull(@_);
5             }
6              
7             1;