Condition Coverage

blib/lib/MVC/Neaf.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
916 1 0 1 &blessed($err) and $err->isa("MVC::Neaf::Exception")
917 0 1 0 not ref $err and $err =~ /^(\d\d\d)\s/s
1001 0 0 48 $method and "MVC::Neaf"->can($method)
1020 76 1 2 $is_any and ref $_[0] eq "ARRAY"
70 0 7 @_ == 1 and UNIVERSAL::isa($_[0], "MVC::Neaf")
1029 2 0 70 ref $_[0] && &reftype($_[0]) eq 'CODE'

or 3 conditions

line l !l&&r !l&&!r condition
915 2 0 0 shift() || $@