Branch Coverage

blib/lib/DWH_File/Tie/Hash/Node.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
28 359 154 $pred_len > 0 ? :
29 422 91 $succ_len > 0 ? :
32 359 154 if $pred_len > 0
34 422 91 if $succ_len > 0
45 751 280 defined $pred ? :
46 850 181 defined $succ ? :
47 280 751 unless (defined $pred)
48 181 850 unless (defined $succ)