| blib/lib/Net/MPD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 33 | 33.3 |
| line | l | !l | condition |
|---|---|---|---|
| 656 | 0 | 0 | carp($result->message) and return undef |
| 665 | 0 | 0 | carp($result->message) and return undef |
| 683 | 0 | 0 | carp($result->message) and return undef |
| 705 | 0 | 0 | carp($result->message) and return undef |
| line | l | !l | condition |
|---|---|---|---|
| 138 | 3 | 18 | $options{'version'} //= 0 |
| 195 | 0 | 72 | $options{'args'} //= [] |
| 229 | 0 | 0 | $address ||= 'localhost' |
| 233 | 0 | 0 | $port ||= 6600 |
| 702 | 0 | 0 | $path //= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 136 | 2 | 19 | 0 | $options{'key'} //= $normal_name |
| 137 | 1 | 20 | 0 | $options{'command'} //= $normal_name |
| 162 | 0 | 0 | 0 | $options{'readonly'} or @_ == 1 |
| 194 | 2 | 70 | 0 | $options{'command'} //= $normal_name |
| 196 | 14 | 58 | 0 | $options{'parser'} //= $default_parser |