Branch Coverage

blib/lib/Gherkin/ParserBase.pm
Criterion Covered Total %
branch 2 10 20.0


line true false branch
35 0 0 if @errors > $self->max_errors
65 0 315 if $self->stop_at_first_error
68 315 0 unless $@
71 0 0 unless ref $@
73 0 0 if (ref $@ eq 'Gherkin::Exceptions::CompositeParser') { }