| blib/lib/Cinnamon/CLI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 17 | 82.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 1 | 9 | 0 | not $$self{'info'} and !$role || scalar @tasks == 0 |
| 71 | 6 | 5 | 2 | $error_occured and not $$self{'ignore_errors'} |
| line | l | !l | condition |
|---|---|---|---|
| 37 | 2 | 9 | $$self{'config'} ||= 'config/deploy.pl' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 0 | 0 | 9 | !$role || scalar @tasks == 0 |
| 68 | 3 | 2 | 8 | $error_occured ||= !defined($success) |
| 69 | 5 | 2 | 6 | $error_occured ||= scalar @$error > 0 |