blib/lib/Dancer/Error.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 16 | 68.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 12 | 0 | 36 | $file and $line |
67 | 12 | 0 | 36 | $file and $line |
222 | 0 | 5 | 2 | ref $message eq "HASH" and defined $self->exception |
line | l | !l | condition |
---|---|---|---|
55 | 46 | 2 | $self->{'message'} ||= "" |
150 | 247 | 146 | $recursecount ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
160 | 0 | 0 | 392 | not $hash or ref $hash ne "HASH" |