Condition Coverage

lib/Ubic/Service/Skeleton.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

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')

or 2 conditions

line l !l condition
18 130 1 $result ||= 'unknown'

or 3 conditions

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'