blib/lib/Festival/Client/Async.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 22 | 13.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | $$self{'blocked'} and $b < 4096 |
268 | 0 | 0 | 0 | defined $tag and exists $$actions{$tag} |
274 | 0 | 0 | 0 | defined $tag && $tag eq 'OK' |
line | l | !l | condition |
---|---|---|---|
64 | 0 | 1 | $host || 'localhost' |
0 | 1 | $port || 1314 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 0 | 1 | 0 | ref $this || $this |
252 | 0 | 0 | 0 | defined($rbuf = $rest) or defined($rbuf = <$fh>) |
256 | 0 | 0 | 0 | $tag eq 'OK' or $tag eq 'ER' |