Condition Coverage

blib/lib/Net/Gnats/Response.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
86 563 0 2 defined $opt{'raw'} and ref $opt{'raw'} eq 'ARRAY'
247 5826 163 0 $last eq '.' and $self->code == 301 || $self->code == 300
1687 140 401 $self->code != 301 and $self->code != 300
266 564 5425 0 defined $self->code and $self->code == 301 || $self->code == 300

or 3 conditions

line l !l&&r !l&&!r condition
247 150 13 0 $self->code == 301 || $self->code == 300
266 1687 140 3598 $self->code == 301 || $self->code == 300
280 150 13 3999 $self->code == 301 or $self->code == 300