Condition Coverage

blib/lib/X10/Event.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 $hc and $uc
0 0 0 $hc and $uc and $func
82 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
104 0 0 0 $self->unit_code > 0 and $self->unit_code <= 16
134 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

or 3 conditions

line l !l&&r !l&&!r condition
61 0 0 0 $self->unit_code eq 'ALL' or $self->unit_code eq 'LIGHTS'
80 0 0 0 $self->func eq 'ON' or $self->func eq 'OFF'
0 0 0 $self->func eq 'DIM' or $self->func eq 'BRIGHT'