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
512 4 9 162 &blessed($o) and $o->can($attr_name)
513 162 0 0 $attr_args and $i == $#attrs
592 0 0 0 defined $val and ref $val eq "ARRAY"
0 0 0 defined $val and ref $val eq "ARRAY" and defined $opv
600 0 0 0 defined $val and ref $val eq "ARRAY"
0 0 0 defined $val and ref $val eq "ARRAY" and defined $opv
608 0 0 0 defined $val and defined $opv
0 0 0 defined $val and defined $opv and ref $opv eq "ARRAY"
616 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
473 2 20 $opts->{'class_prefixes'} // []
494 63 18 $simpsel->{'filters'} // []
643 1 5 $opts->{'class_prefixes'} // []
661 0 6 $opts->{'id_method'} // "id"

or 3 conditions

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