Condition Coverage

blib/lib/Set/Functional.pm
Criterion Covered Total %
condition 30 32 93.7


and 3 conditions

line !l l&&!r l&&r condition
187 1 0 4 $first and @$first
209 1 0 4 $first and @$first
306 1 12 40 $first and @$first
333 1 12 40 $first and @$first
467 4 2 2 @set == @{$_[0];} && @set == @{$_[1];}
481 4 2 2 @set == @{$_[1];} && @set == @{$_[2];}
526 4 2 2 @set == @{$_[0];} && @set != @{$_[1];}
539 4 2 2 @set == @{$_[1];} && @set != @{$_[2];}
554 4 2 2 @set != @{$_[0];} && @set == @{$_[1];}
567 4 2 2 @set != @{$_[1];} && @set == @{$_[2];}

or 2 conditions

line l !l condition
164 13 1 $repetitions *= @$_ or return []