| blib/lib/Device/Chip/Si5351.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 39 | 35.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 370 | 0 | 0 | 1 | 15 <= $ratio and $ratio < 91 |
| 384 | 0 | 6 | 0 | exists $changes{$_} and $config->{$_} = $changes{$_} |
| 454 | 0 | 0 | 12 | $idx >= 0 and $idx <= 5 |
| 496 | 0 | 0 | 4 | $idx >= 0 and $idx <= 5 |
| 504 | 0 | 0 | 1 | 8 <= $ratio and $ratio <= 2048 |
| 518 | 10 | 10 | 0 | exists $changes{$_} and $config->{$_} = $changes{$_} |
| 523 | 0 | 0 | 4 | $phoff >= 0 and $phoff < 128 |
| 564 | 0 | 0 | 9 | $idx >= 0 and $idx <= 7 |
| 589 | 0 | 0 | 3 | $idx >= 0 and $idx <= 7 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 380 | 2 | 0 | 0 | exists $changes{'ratio_a'} or exists $changes{'ratio_b'} |
| 0 | 0 | 0 | exists $changes{'ratio_a'} or exists $changes{'ratio_b'} or exists $changes{'ratio_c'} | |
| 514 | 3 | 0 | 1 | exists $changes{'ratio_a'} or exists $changes{'ratio_b'} |
| 0 | 0 | 1 | exists $changes{'ratio_a'} or exists $changes{'ratio_b'} or exists $changes{'ratio_c'} |