Condition Coverage

blib/lib/Kossy/Exception.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
39 4 0 0 $code =~ /^3/ and my $loc = eval { do { $self->{'location'} } }

or 2 conditions

line l !l condition
31 4 0 $self->{'code'} || 500

or 3 conditions

line l !l&&r !l&&!r condition
33 0 4 0 $message ||= &HTTP::Status::status_message($code)