blib/lib/Net/DVBStreamer/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 0 | unless $line =~ /^$RESPONSE_PREFIX/ |
55 | 0 | 0 | if $errno != 0 |
56 | 0 | 0 | if $response ne 'Ready' |
70 | 0 | 0 | unless defined $command |
78 | 0 | 0 | if ($line =~ /^$RESPONSE_PREFIX/) { } |
80 | 0 | 0 | if ($errno != 0) { } |
0 | 0 | elsif (scalar @result == 1) { } | |
0 | 0 | elsif (scalar @result) { } | |
175 | 0 | 0 | if (defined $$self{'sock'}) |