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