| inc/TestML/Compiler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 0 | 20 | 0 | $input and not $self->directives->{'TestML'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 4 | 0 | $self->directives->{'DataMarker'} ||= $self->directives->{'BlockMarker'} |