| blib/lib/Config/Model/models/LCDd/ula200.pl | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 6962 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 48 | ||||||
| 2 | 1 | 1 | 6 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 60 | ||||||
| 3 | |||||||
| 4 | return [ | ||||||
| 5 | { | ||||||
| 6 | 'class_description' => 'generated from LCDd.conf', | ||||||
| 7 | 'element' => [ | ||||||
| 8 | 'Size', | ||||||
| 9 | { | ||||||
| 10 | 'description' => 'Select the LCD size ', | ||||||
| 11 | 'type' => 'leaf', | ||||||
| 12 | 'upstream_default' => '20x4', | ||||||
| 13 | 'value_type' => 'uniline' | ||||||
| 14 | } | ||||||
| 15 | ], | ||||||
| 16 | 'name' => 'LCDd::ula200' | ||||||
| 17 | } | ||||||
| 18 | ] | ||||||
| 19 | ; | ||||||
| 20 |