Branch Coverage

inc/TestML/Compiler/Pegex.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
21 0 1 unless $self->parser->parse($self->code, 'code_section')
28 1 0 if (length $self->data)
29 0 1 unless $self->parser->parse($self->data, 'data_section')
45 1 0 if ($block_marker)
52 1 0 if ($point_marker)