Condition Coverage

blib/lib/Data/CSel.pm
Criterion Covered Total %
condition 17 44 38.6


and 3 conditions

line !l l&&!r l&&r condition
498 4 9 162 &blessed($o) and $o->can($attr_name)
499 162 0 0 $attr_args and $i == $#attrs
578 0 0 0 defined $val and ref $val eq 'ARRAY'
0 0 0 defined $val and ref $val eq 'ARRAY' and defined $opv
586 0 0 0 defined $val and ref $val eq 'ARRAY'
0 0 0 defined $val and ref $val eq 'ARRAY' and defined $opv
594 0 0 0 defined $val and defined $opv
0 0 0 defined $val and defined $opv and ref $opv eq 'ARRAY'
602 0 0 0 defined $val and defined $opv
0 0 0 defined $val and defined $opv and ref $opv eq 'ARRAY'

or 2 conditions

line l !l condition
459 2 20 $opts->{'class_prefixes'} // []
480 63 18 $simpsel->{'filters'} // []
629 1 5 $opts->{'class_prefixes'} // []
647 0 6 $opts->{'id_method'} // 'id'

or 3 conditions

line l !l&&r !l&&!r condition
513 10 5 131 $op eq '=' or $op eq '=='
10 5 108 $op eq '!=' or $op eq '<>'