| blib/lib/Net/Marathon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 15 | 20.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 170 | 0 | 0 | 0 | $status and $status =~ /^running|staging$/ |
| 187 | 0 | 0 | 0 | $args && $args->{'scale'} && $args->{'scale'} && !($args->{'scale'} =~ /false/i) |
| 215 | 0 | 0 | 0 | $args && $args->{'force'} && $args->{'force'} && !($args->{'force'} =~ /false/i) |
| line | l | !l | condition |
|---|---|---|---|
| 63 | 3 | 1 | delete $conf{'url'} || 'http://localhost:8080/' |
| 64 | 0 | 4 | delete $conf{'verbose'} || 0 |
| 175 | 0 | 0 | defined $task_obj && exists $task_obj->{'tasks'} && $task_obj->{'tasks'} || [] |