| blib/lib/everywhere.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 22 | 59.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 53 | 0 | 2 | if (defined $items[0] and $items[0] eq 'matching') | 
| 58 | 0 | 2 | if (defined $items[0] and $items[0] eq 'use_here') | 
| 63 | 0 | 2 | if (defined $items[0] and $items[0] eq 'package_level') | 
| 67 | 0 | 2 | if @items | 
| 69 | 2 | 0 | if $use_here | 
| 72 | 13 | 0 | if ($file =~ /$matching/) { } | 
| 74 | 13 | 105 | if ref $dir | 
| 76 | 11 | 94 | if (open my $fh, '<', $full) | 
| 77 | 11 | 0 | $file_level ? : | 
| 80 | 4239 | 0 | if (@lines) | 
| 83 | 0 | 4239 | if not $file_level and /^\s*package\s+.+\s*;\s*$/ |