File Coverage

blib/lib/App/cdif/Tmpfile.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package App::cdif::Tmpfile;
2              
3 1     1   1159 use v5.14;
  1         2  
4 1     1   4 use warnings;
  1         1  
  1         62  
5 1     1   4 use utf8;
  1         2  
  1         20  
6              
7 1     1   27 use parent 'Command::Run::Tmpfile';
  1         1  
  1         6  
8              
9             1;
10              
11             __END__