| blib/lib/CDDB.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 17 | 47.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 278 | 0 | 1 | 0 | $utf8 and $cddb_protocol < 6 |
| 628 | 0 | 0 | 5 | defined $code and $code == 2 |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 0 | 23 | $$self{'timeout'} || undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 121 | 0 | 20 | 3 | length $buf == 0 || substr($buf, -1, 1) eq "\n" |
| 216 | 0 | 0 | 1 | $param{'Login'} || $ENV{'LOGNAME'} || $ENV{'USER'} |
| 644 | 2 | 2 | 0 | $self->code == 210 or $self->code == 211 |