Branch Coverage

blib/lib/Tie/Hash/Method.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
38 7 1 if (my $cb = $_[0][1]{'FETCH'}) { }
46 1 5 if (my $cb = $_[0][1]{'STORE'}) { }
54 0 0 if (my $cb = $_[0][1]{'EXISTS'}) { }
62 0 1 if (my $cb = $_[0][1]{'DELETE'}) { }
71 0 2 if (my $cb = $_[0][1]{'FIRSTKEY'}) { }
81 0 8 if (my $cb = $_[0][1]{'NEXTKEY'}) { }
90 0 0 if (my $cb = $_[0][1]{'CLEAR'}) { }
98 0 0 if (my $cb = $_[0][1]{'SCALAR'}) { }