blib/lib/Lim/Error.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
70 | 0 | 0 | if (defined $args{'code'}) |
71 | 0 | 0 | unless ($args{'code'} >= 300 and $args{'code'} < 600) |
77 | 0 | 0 | if (defined $args{'module'}) |
78 | 0 | 0 | if (blessed($args{'module'})) { } |
99 | 0 | 0 | if (ref $_[1] eq 'HASH') |
100 | 0 | 0 | if (exists $_[1]{'Lim::Error'}) |
102 | 0 | 0 | if (exists $_[1]{'Lim::Error'}{$_}) |