| lib/Ubic/Service/Skeleton.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 14 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 21 | 0 | 2 | &blessed($start_result) and $start_result->isa('Ubic::Result::Class') |
| 110 | 20 | 0 | 2 | &blessed($stop_result) and $stop_result->isa('Ubic::Result::Class') |
| line | l | !l | condition |
|---|---|---|---|
| 18 | 130 | 1 | $result ||= 'unknown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 83 | 21 | 0 | 2 | not $status or $status->type eq 'starting' |
| 114 | 20 | 0 | 2 | not $status or $status->type eq 'stopping' |