| lib/App/MtAws/QueueJobResult.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 20 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 117 | 33 | 3295 | 1 | defined $task_args and ref $task_args ne ref {} |
| 119 | 0 | 2 | 3326 | $cb and ref $cb eq 'CODE' |
| 120 | 3089 | 236 | 1 | defined $attachment and ref $attachment ne ref \'' |
| 152 | 8468 | 0 | 10632 | &blessed($o) and $o->isa($class) |
| 180 | 3305 | 7113 | 0 | $res->{'code'} ne 'MT_J_OK' and defined $res->{'task'} |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 3294 | 31 | $task_args || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 167 | 8394 | 2030 | 0 | $res->{'code'} ||= $res->{'default_code'} |