Branch Coverage

blib/lib/Cake/Exception.pm
Criterion Covered Total %
branch 12 30 40.0


line true false branch
40 0 0 if ($kill_nicely)
46 0 0 if (ref $error eq 'HASH')
52 0 0 if ($self->debug) { }
53 0 0 if $error
56 0 0 if ($self->app->can('errors')) { }
68 0 18 if (@_ > 1) { }
80 0 0 unless $self->app->{'warnings'}{$caller}
106 16 6 unless $file and $line
110 16 6 unless $file and $line
114 0 6 unless open FILE, "<$file"
126 6 0 $line - 3 >= 0 ? :
127 6 0 $line + 3 < scalar @lines ? :
131 6 36 if ($l == $line) { }
142 0 36 if ($thisline =~ /^\s*#/)
170 42 0 if length $number == $len