Branch Coverage

blib/lib/Flow/Code.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
53 0 0 if (my $code = $$self{'_' . $method}) { }
0 0 elsif (my $code_s = $$self{$method}) { }
67 0 0 if ($#_ == 0 and ref $_[0] eq 'CODE')
75 0 0 unless ref $code eq 'CODE'