Condition Coverage

blib/lib/AnyEvent/MP.pm
Criterion Covered Total %
condition 0 14 0.0


or 2 conditions

line l !l condition
510 0 0 $AnyEvent::MP::PORT{$portid} || sub { }

or 3 conditions

line l !l&&r !l&&!r condition
431 0 0 0 shift() || $KILME
509 0 0 0 $AnyEvent::MP::PORT_DATA{$portid} ||= do { my $self = bless([$AnyEvent::MP::PORT{$portid} || sub { } , {}, $port], 'AnyEvent::MP::Port'); $AnyEvent::MP::PORT{$portid} = sub { local $SELF = $port; if (my $cb = $self->[1]{$_[0]}) { shift(); eval { do { &$cb } }; &_self_die() if $@; } else { &{$self->[0];}; } ; } ; $self }
699 0 0 0 $AnyEvent::MP::NODE{$nodeid} || add_node($nodeid)
701 0 0 0 $SELF || Carp::croak('mon: called with one argument only, but $SELF not set,')