Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
403 0 0 0 $trace and not ref $trace
419 0 0 0 $event eq "client-message" and $reply->{'args'}[0] eq "AnyEvent::MPV"
0 0 0 $event eq "property-change" and '4503599627370496' <= $reply->{'id'}

or 2 conditions

line l !l condition
401 0 0 $self->{'trace'} || sub { }

or 3 conditions

line l !l&&r !l&&!r condition
497 0 0 0 $self->{'ww'} ||= &AE::io($fh, 1, sub { my $len = syswrite($fh, $wbuf); substr $wbuf, 0, $len, ""; undef $self->{'ww'} unless length $wbuf; } )