| blib/lib/MVC/Neaf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 21 | 57.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 932 | 1 | 0 | 1 | &blessed($err) and $err->isa("MVC::Neaf::Exception") | 
| 933 | 0 | 1 | 0 | not ref $err and $err =~ /^(\d\d\d)\s/s | 
| 1017 | 0 | 0 | 48 | $method and "MVC::Neaf"->can($method) | 
| 1036 | 76 | 1 | 2 | $is_any and ref $_[0] eq "ARRAY" | 
| 70 | 0 | 7 | @_ == 1 and UNIVERSAL::isa($_[0], "MVC::Neaf") | |
| 1045 | 2 | 0 | 70 | ref $_[0] && &reftype($_[0]) eq 'CODE' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 931 | 2 | 0 | 0 | shift() || $@ |