blib/lib/Net/MPD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 33 | 33.3 |
line | l | !l | condition |
---|---|---|---|
646 | 0 | 0 | carp($result->message) and return undef |
655 | 0 | 0 | carp($result->message) and return undef |
673 | 0 | 0 | carp($result->message) and return undef |
695 | 0 | 0 | carp($result->message) and return undef |
line | l | !l | condition |
---|---|---|---|
131 | 3 | 18 | $options{'version'} //= 0 |
188 | 0 | 72 | $options{'args'} //= [] |
219 | 0 | 0 | $address ||= 'localhost' |
223 | 0 | 0 | $port ||= 6600 |
692 | 0 | 0 | $path //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
129 | 2 | 19 | 0 | $options{'key'} //= $normal_name |
130 | 1 | 20 | 0 | $options{'command'} //= $normal_name |
155 | 0 | 0 | 0 | $options{'readonly'} or @_ == 1 |
187 | 2 | 70 | 0 | $options{'command'} //= $normal_name |
189 | 14 | 58 | 0 | $options{'parser'} //= $default_parser |