| blib/lib/WWW/Lovefilm/API.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 1 | 0 | 1 | $self->content_filter and ref $self->content_filter |
| 273 | 0 | 0 | 0 | $self->content_filter && !ref($self->content_filter) |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 3 | 0 | shift() || {} |
| 74 | 0 | 0 | $querystring || '' |
| 298 | 7 | 1 | $$params{'append'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 3 | 0 | $$fields{'ua'} ||= 'LWP::UserAgent'->new |