blib/lib/App/Rad/Exclude.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 0 | unless open my $fh, '+<', $0 |
29 | 0 | 0 | unless seek $fh, 0, 0 |
30 | 0 | 0 | unless print $fh @file |
31 | 0 | 0 | unless truncate $fh, tell $fh |
47 | 0 | 0 | if ($$file_array_ref[$index] =~ /\s*sub\s+$sub(\s+|\s*\{)/) |
50 | 0 | 0 | if ($sub_start) |
61 | 0 | 0 | if ($open_braces > 0) |
62 | 0 | 0 | if ($close_braces > $open_braces) { } |
0 | 0 | elsif ($open_braces == $close_braces) { } | |
77 | 0 | 0 | if ($sub_start == 0) { } |
87 | 0 | 0 | if ($c->argv->[0]) { } |
88 | 0 | 0 | if ($c->is_command($c->argv->[0])) { } |