Condition Coverage

blib/lib/Kossy/Exception.pm
Criterion Covered Total %
condition 7 8 87.5


and 3 conditions

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

or 2 conditions

line l !l condition
31 14 3 $self->{'code'} || 500

or 3 conditions

line l !l&&r !l&&!r condition
39 2 9 0 $message ||= &HTTP::Status::status_message($code)