File Coverage

corpus/dist1/xt/lib/Local/Bad1.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 11 13 84.6


line stmt bran cond sub pod time code
1             package Local::Bad1;
2              
3 1     1   431 use 5.006;
  1         4  
4 1     1   24 use strict;
  1         4  
  1         28  
5 1     1   5 use warnings;
  1         2  
  1         70  
6              
7             our $VERSION = '0.001';
8              
9       0 0   sub new { }
10              
11             1;
12              
13             # vim: ts=4 sts=4 sw=4 et: syntax=perl