Branch Coverage

blib/lib/Device/GBA.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
77 0 0 $self->{'verbose'} ? :
79 0 0 if (ref $self->{'buspirate'} ne 'Device::BusPirate')
80 0 0 unless $self->{'buspirate'} = 'Device::BusPirate'->new('serial', $self->{'buspirate'}, %$self)
93 0 0 if defined $self->{'spi'}
111 0 0 unless open my $fh, '<:raw', $firmware
117 0 0 if ($fsize > 262144)
200 0 0 if defined $msg
207 0 0 if defined $msg
228 0 0 if (($c ^ $w) & 1) { }