blib/lib/MarpaX/Languages/M4/Impl/Macro.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 8 | 0 | 9 | $self->_paramCanBeMacro_exists($paramPos) and $self->_paramCanBeMacro_get($paramPos) |
3 | 0 | 5 | $self->_paramCanBeMacro_exists('*') and $self->_paramCanBeMacro_get('*') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 9 | 5 | 3 | $self->_paramCanBeMacro_exists($paramPos) and $self->_paramCanBeMacro_get($paramPos) or $self->_paramCanBeMacro_exists('*') and $self->_paramCanBeMacro_get('*') |