File Coverage

corpus/dist1/xt/lib/Local/Bad2.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::Bad2;
2              
3 1     1   419 use 5.006;
  1         3  
4 1     1   5 use strict;
  1         1  
  1         22  
5 1     1   4 use warnings;
  1         1  
  1         71  
6              
7             our $VERSION = '0.001';
8              
9       0 0   sub run { }
10              
11             1;
12              
13             # vim: ts=4 sts=4 sw=4 et: syntax=perl