blib/lib/WWW/Netflix/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 18 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 1 | 0 | 1 | $self->content_filter and ref $self->content_filter |
206 | 0 | 0 | 0 | $mech->content =~ /successfully/i and not $mech->content =~ /failed/i |
273 | 0 | 0 | 0 | $self->content_filter && !ref($self->content_filter) |
line | l | !l | condition |
---|---|---|---|
37 | 2 | 0 | shift() || {} |
76 | 0 | 0 | $querystring || '' |
297 | 4 | 1 | $$params{'append'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 2 | 0 | $$fields{'ua'} ||= 'LWP::UserAgent'->new |