Branch Coverage

blib/lib/Test/LocalFunctions/Fast.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
11 0 34 if ($@)
12 0 0 unless $ENV{'TEST_LOCALFUNCTIONS_TEST_PHASE'}
41 25 74 if $$token{'data'} eq $local_function
44 9 3 unless (grep {$local_function =~ /$_/;} @$ignore_functions)
56 0 20 unless open my $fh, '<', $file
68 73 3032 if $$token{'name'} eq 'Key' or $$token{'name'} eq 'Call'