Branch Coverage

blib/lib/MVC/Neaf.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
916 1 1 if &blessed($err) and $err->isa("MVC::Neaf::Exception")
917 0 1 if not ref $err and $err =~ /^(\d\d\d)\s/s
975 279 48 unless @_
983 7 41 if ($action =~ /^\d\d\d$/)
987 14 34 if ($MVC::Neaf::Route::Main::hook_phases{$action})
992 3 45 if ($action eq "session")
996 0 48 if ($action eq "route")
1001 0 48 unless $method and "MVC::Neaf"->can($method)
1020 2 77 if ($is_any and ref $_[0] eq 'ARRAY') { }
7 140 elsif (@_ == 1 and UNIVERSAL::isa($_[0], 'MVC::Neaf')) { }
1029 70 2 ref $_[0] && &reftype($_[0]) eq 'CODE' ? :