Condition Coverage

blib/lib/POE/Session/Multiplex.pm
Criterion Covered Total %
condition 11 18 61.1


and 3 conditions

line !l l&&!r l&&r condition
250 39 0 0 blessed($$handler[0]) and $$handler[0] eq $$def[0]
344 26 0 0 blessed($$handler[0]) and $$handler[0] ne $object
382 0 8 3 $def and $$def[2]

or 3 conditions

line l !l&&r !l&&!r condition
310 22 2 0 $def{'name'} || $self->_obj_name($object)
312 3 0 21 $def{'states'} || $def{'events'}
345 18 2 6 $package eq $$handler[0] or $object->isa($$handler[0])