Branch Coverage

blib/lib/Dancer/Exception.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
30 1 0 unless ref $_ ne "Try::Tiny::Catch"
33 1 0 ref $_ && &blessed($_) && $_->isa('Dancer::Continuation') ? :
35 1 1091 if $continuation_code
38 1 66 ref $_ && &blessed($_) && $_->isa('Dancer::Continuation') ? :
47 1086 0 unless ref $_ ne "Try::Tiny::Catch"
50 134 63 ref $_ && &blessed($_) && $_->isa('Dancer::Continuation') ? :
52 1086 616 if $catch_code
55 10 28 ref $_ && &blessed($_) && $_->isa('Dancer::Continuation') ? :
63 0 43 if ($exception_name =~ s/^\+//) { }
83 0 3909 if (exists $INC{$path})
97 3909 0 if (defined $message_pattern)