Condition Coverage

blib/lib/POE/Session/PlainCall.pm
Criterion Covered Total %
condition 12 19 63.1


and 3 conditions

line !l l&&!r l&&r condition
191 0 0 0 $$self[1]{'default'} and $state ne '_signal'
293 29 1 0 not $$self[5]{$name} and $$self[2]{$name}

or 2 conditions

line l !l condition
100 3 2 $args ||= []
110 1 4 $args{'object_states'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
69 0 0 6 $$self[4] or $$self[5]
106 2 3 0 delete $args{'events'} || delete $args{'states'}
158 30 2 5 $$self[5]{$state} or $$self[5]{'_default'}