Branch Coverage

blib/lib/Set/SortedArray.pm
Criterion Covered Total %
branch 41 56 73.2


line true false branch
161 1 1 if @_ == 2
194 2 1 if ($s_i eq $t_j) { }
1 0 elsif ($s_i lt $t_j) { }
215 1 1 if @_ == 2
254 2 1 if ($s_i eq $t_j) { }
1 0 elsif ($s_i lt $t_j) { }
278 3 3 if ($s_i eq $t_j) { }
3 0 elsif ($s_i lt $t_j) { }
304 3 3 if ($s_i eq $t_j) { }
3 0 elsif ($s_i lt $t_j) { }
335 0 0 if ($s_i eq $t_j) { }
0 0 elsif ($s_i lt $t_j) { }
356 0 0 if @_ == 3 and not UNIVERSAL::isa($_[2], 'Set::SortedArray')
384 2 2 unless @$S == @$T
391 2 8 unless $$S[$i] eq $$T[$i]
413 2 4 if ($s_i eq $t_j) { }
4 0 elsif ($s_i lt $t_j) { }
445 4 2 unless @$S < @$T
451 4 2 unless @$S > @$T
457 0 6 unless @$S <= @$T
463 0 6 unless @$S >= @$T
477 32 6 if ($s_i eq $t_j) { }
4 2 elsif ($s_i gt $t_j) { }
502 4 4 if (my $cmp = $#$S <=> $#$T) { }
503 2 0 _is_subset($T, $S) ? :
2 0 _is_subset($S, $T) ? :
2 2 $cmp == 1 ? :
507 2 2 _is_equal($S, $T) ? :