blib/lib/X10/Event.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 36 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | $hc and $uc |
0 | 0 | 0 | $hc and $uc and $func | |
78 | 0 | 0 | 0 | $self->unit_code eq 'LIGHTS' and $self->func eq 'ON' |
0 | 0 | 0 | $self->unit_code eq 'ALL' and $self->func eq 'OFF' | |
0 | 0 | 0 | $self->unit_code > 0 and $self->unit_code <= 16 | |
100 | 0 | 0 | 0 | $self->unit_code > 0 and $self->unit_code <= 16 |
130 | 0 | 0 | 0 | lc $2 eq 'all' and lc $3 eq 'off' |
0 | 0 | 0 | lc $2 eq 'lights' and lc $3 eq 'on' | |
0 | 0 | 0 | $2 > 0 and $2 <= 16 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 0 | 0 | 0 | $self->unit_code eq 'ALL' or $self->unit_code eq 'LIGHTS' |
76 | 0 | 0 | 0 | $self->func eq 'ON' or $self->func eq 'OFF' |
0 | 0 | 0 | $self->func eq 'DIM' or $self->func eq 'BRIGHT' |