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 569 0 2 defined $opt{'raw'} and ref $opt{'raw'} eq 'ARRAY'
247 5857 164 0 $last eq '.' and $self->code == 301 || $self->code == 300
1687 166 406 $self->code != 301 and $self->code != 300
266 570 5451 0 defined $self->code and $self->code == 301 || $self->code == 300

or 3 conditions

line l !l&&r !l&&!r condition
247 150 14 0 $self->code == 301 || $self->code == 300
266 1687 166 3598 $self->code == 301 || $self->code == 300
280 150 14 4004 $self->code == 301 or $self->code == 300