Branch Coverage

blib/lib/Error/TypeTiny.pm
Criterion Covered Total %
branch 13 18 72.2


line true false branch
28 0 904 @_ == 1 ? :
46 2580 0 if defined $caller
52 677 226 if (((caller $level - 1)[1] || '') =~ /^(?:parameter validation for|exportable function) '(.+?)'$/)
56 585 92 if caller $level eq ($pkg || '')
63 0 903 if (caller $level)[1] =~ /^\(eval \d+\)$/ and (caller $level)[3] eq "(eval)"
72 1 902 if (our $StackTrace)
85 4 899 $callback ? :
101 402 0 $c ? :
0 402 if ($m =~ /\n\z/s) { }