Branch Coverage

blib/lib/Device/Chip/MCP23x17.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
102 6 11 if (my $got = $_regcache{$name}) == $want
107 9 2 if (($got & 65280) == ($want & 65280)) { }
2 0 elsif (($got & 255) == ($want & 255)) { }
150 0 5 if (defined(my $reset = $_resetpin))