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   1558 use v5.14;
  1         5  
4 1     1   8 use warnings;
  1         2  
  1         71  
5 1     1   7 use utf8;
  1         2  
  1         8  
6              
7 1     1   41 use parent 'Command::Run::Tmpfile';
  1         2  
  1         8  
8              
9             1;
10              
11             __END__