| blib/lib/HiPi/Interface/Common/HD44780.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 0 | 0 | unless defined $params{'device'} |
| 44 | 0 | 0 | unless ($params{'positionmap'}) |
| 46 | 0 | 0 | unless ($params{'width'} =~ /^(16|20)$/ and $params{'lines'} =~ /^(2|4)$/) |
| 51 | 0 | 0 | if ($params{'width'} == 16 and $params{'serialbuffermode'}) { } |
| 63 | 0 | 0 | if ($params{'lines'} == 2) { } |
| 0 | 0 | elsif ($params{'lines'} == 4) { } | |
| 81 | 0 | 0 | unless defined $enable |
| 82 | 0 | 0 | $enable ? : |