Branch Coverage

blib/lib/Parse/IASLog.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
2189 1 1 unless defined $opts{'enumerate'} and not $opts{'enumerate'}
2198 0 2 unless scalar @data >= 6
2202 0 18 unless exists $attributes{$attribute}
2203 0 18 if $record->{$attribute} =~ /^0x[0-9A-F]+$/i
2208 7 2 if $self->{'enumerate'} and exists $attributes{$attribute}{'enum'} and defined $attributes{$attribute}{'enum'}{$record->{$attribute}}