blib/lib/VIC/PIC/Functions/CodeGen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 18 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 30 | 0 | $self->doesrole('Timer', 1) and exists $self->timer_pins->{$var} |
49 | 0 | 30 | 0 | $self->doesrole('Timer', 1) and exists $self->wdt_prescaler->{$var} |
50 | 0 | 29 | 0 | $self->doesrole('USART', 1) and exists $self->usart_pins->{$var} |
84 | 2 | 0 | 0 | $val > 8 and $val <= 16 |
85 | 2 | 0 | 0 | $val > 16 and $val <= 32 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
104 | 0 | 257 | 0 | $self->code_config->{lc $varname}{'bits'} || $bits |