Branch Coverage

blib/lib/Data/Range/Compare/Stream/Iterator/Consolidate/AdjacentAsc.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
10 19 9 if $self->SUPER::has_next
11 2 7 if defined $$self{'last_result'}
17 1 7 unless $self->has_next
20 3 4 if (defined $$self{'last_result'}) { }
4 0 elsif ($self->SUPER::has_next) { }
28 11 1 if ($self->SUPER::has_next) { }
42 3 8 unless ($common->contiguous_check($next))