| blib/lib/Device/Chip/Si5351.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 39 | 35.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 369 | 0 | 0 | 1 | 15 <= $ratio and $ratio < 91 |
| 383 | 0 | 6 | 0 | exists $changes{$_} and $config->{$_} = $changes{$_} |
| 453 | 0 | 0 | 12 | $idx >= 0 and $idx <= 5 |
| 495 | 0 | 0 | 4 | $idx >= 0 and $idx <= 5 |
| 503 | 0 | 0 | 1 | 8 <= $ratio and $ratio <= 900 |
| 517 | 10 | 10 | 0 | exists $changes{$_} and $config->{$_} = $changes{$_} |
| 522 | 0 | 0 | 4 | $phoff >= 0 and $phoff < 128 |
| 563 | 0 | 0 | 9 | $idx >= 0 and $idx <= 7 |
| 588 | 0 | 0 | 3 | $idx >= 0 and $idx <= 7 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 379 | 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'} | |
| 513 | 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'} |