Branch Coverage

blib/lib/Parse/Win32Registry/Value.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
42 196 6 if (exists $Types[$type]) { }
57 36 166 if (not defined $data) { }
30 136 elsif (length $data == 0) { }
14 122 elsif ($type == 1 or $type == 2) { }
38 84 elsif ($type == 7) { }
70 14 elsif ($type == 4 or $type == 5) { }
89 2 108 if $name eq ''