| blib/lib/App/EditorTools/CommandBase/Install.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 14 | 28.5 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 6 | 2 | if $$opt{'dryrun'} |
| 25 | 0 | 2 | if ($$opt{'dest'}) |
| 29 | 0 | 0 | unless open my $fh, '>', $$opt{'dest'} |
| 50 | 2 | 0 | unless -r $file |
| 61 | 0 | 0 | unless (-d $dir) |
| 62 | 0 | 0 | unless mkpath($dir) |
| 74 | 0 | 0 | if defined $a |