| blib/lib/Math/Formula.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 30 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 41 | 8 | 53 | 5 | not ref $expr and $returns |
| 61 | 5 | 0 | not ref $expr and $returns and $returns->isa("MF::STRING") | |
| 143 | 18 | 2 | 5 | $node->isa("MF::PARENS") and $node->level == $level |
| 190 | 264 | 0 | 14 | $next_prio == $prio and $assoc == 1 |
| 202 | 0 | 0 | 7 | $colon and $colon->token eq ":" |
| 230 | 257 | 16 | 2 | $result && $expect && !$result->isa($expect) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 14 | 250 | 0 | $self->{'MSBE_ast'} ||= $self->_build_ast($self->_tokenize($expression), 0) |
| 153 | 4 | 2 | 32 | $op eq "#" or $op eq "." |
| 190 | 10 | 69 | 209 | $next_prio < $prio or $next_prio == $prio and $assoc == 1 |
| 229 | 15 | 3 | 257 | $args{'expect'} || $self->returns |