Branch Coverage

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


line true false branch
932 1 1 if &blessed($err) and $err->isa("MVC::Neaf::Exception")
933 0 1 if not ref $err and $err =~ /^(\d\d\d)\s/s
991 279 48 unless @_
999 7 41 if ($action =~ /^\d\d\d$/)
1003 14 34 if ($MVC::Neaf::Route::Main::hook_phases{$action})
1008 3 45 if ($action eq "session")
1012 0 48 if ($action eq "route")
1017 0 48 unless $method and "MVC::Neaf"->can($method)
1036 2 77 if ($is_any and ref $_[0] eq 'ARRAY') { }
7 140 elsif (@_ == 1 and UNIVERSAL::isa($_[0], 'MVC::Neaf')) { }
1045 70 2 ref $_[0] && &reftype($_[0]) eq 'CODE' ? :