Branch Coverage

blib/lib/RFID/Tag.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
66 11 0 if (grep {lc $param eq $_;} 'id', 'antenna', 'time', 'location')
68 11 0 unless defined $$self{lc $param}
102 1 5 if (lc $var eq 'type') { }
4 1 elsif (grep {lc $var eq $_;} 'id', 'antenna', 'time', 'location') { }
112 1 2 if (wantarray) { }