blib/lib/RFID/Alien/Reader/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
45 | 4 | 0 | if (my $init = $parent->can('_init')) |
62 | 22 | 15 | if (lc $cmd eq 'get') { } |
15 | 0 | elsif (lc $cmd eq 'set') { } | |
64 | 3 | 19 | if (lc $var eq 'taglist') { } |
1 | 18 | elsif (lc $var eq 'readerversion') { } | |
66 | 2 | 1 | if ($$self{'_settings'}{'antennasequence'} =~ /\b0\b/) { } |
86 | 0 | 15 | unless $rest =~ s/^\s*=\s*// |