| lib/Slaughter/Transport/revisionControl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 18 | 11.1 |
| line | true | false | branch |
|---|---|---|---|
| 158 | 4 | 1 | if (UNIVERSAL::can($self, '_init')) |
| 189 | 0 | 0 | unless ($$self{'setup'}) |
| 196 | 0 | 0 | unless (-d $$self{'transportdir'}) |
| 203 | 0 | 0 | if (system("$$self{'cmd_version'} >/dev/null 2>/dev/null") != 0) |
| 266 | 0 | 0 | if $$self{'verbose'} |
| 279 | 0 | 0 | unless $$self{'verbose'} |
| 281 | 0 | 0 | if (system("$cmd") != 0) |
| 283 | 0 | 0 | if $$self{'verbose'} |
| 305 | 0 | 0 | unless open my $handle, '<', $file |