Branch Coverage

blib/lib/Data/Circular/Util.pm
Criterion Covered Total %
branch 21 30 70.0


line true false branch
65 2 8 unless $r
66 8 0 if ($r eq 'ARRAY') { }
0 0 elsif ($r eq 'HASH') { }
68 2 7 unless ref $_
69 3 4 if ($refs{"$_"}++) { }
77 0 0 unless ref $x->{$_}
78 0 0 if ($refs{"$x->{$_}"}++) { }
115 4 23 unless $r
116 4 19 if $refs{"$x"}++
117 18 1 if ($r eq 'ARRAY') { }
1 0 elsif ($r eq 'HASH') { }
119 4 12 unless ref $_
120 4 8 if &$check($_)
124 0 2 unless ref $_
125 1 1 if &$check($_)