| blib/lib/AnyEvent/MPV.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| 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'} |
| line | l | !l | condition |
|---|---|---|---|
| 401 | 0 | 0 | delete $self->{'trace'} || sub { } |
| 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; } ) |