Branch Coverage

blib/lib/App/RecordStream/Operation/substream.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
23 3 2 if defined $begin
24 3 2 if defined $end
31 8 25 unless ($this->{'IN_SUBSTREAM'})
34 5 3 if (not defined $executor or $executor->execute_code($record))
39 30 3 if ($this->{'IN_SUBSTREAM'})
45 3 27 if (defined $executor and $executor->execute_code($record))
56 0 5 unless $this->{'SEEN_RECORD'}