| blib/lib/Daiku/CLI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 20 | 85.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 10 | if ($version) |
| 36 | 0 | 10 | if ($help) |
| 43 | 1 | 9 | if $file |
| 44 | 1 | 9 | if ($directory) |
| 45 | 0 | 1 | unless chdir $directory |
| 50 | 1 | 8 | if ($tasks) |
| 55 | 2 | 6 | unless (@target) |
| 62 | 4 | 6 | if ($@) |
| 77 | 3 | 3 | unless $task->isa('Daiku::Task') and defined $task->desc |
| 81 | 1 | 2 | if $column_width < $len |