| blib/lib/Math/Formula.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 30 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 21 | 73 | 7 | not ref $expr and $returns |
| 94 | 7 | 0 | not ref $expr and $returns and $returns->isa("MF::STRING") | |
| 151 | 18 | 2 | 5 | $node->isa("MF::PARENS") and $node->level == $level |
| 196 | 266 | 0 | 15 | $next_prio == $prio and $assoc == 1 |
| 208 | 0 | 0 | 7 | $colon and $colon->token eq ":" |
| 236 | 261 | 16 | 2 | $result && $expect && !$result->isa($expect) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 14 | 254 | 0 | $self->{'MSBE_ast'} ||= $self->_build_ast($self->_tokenize($expression), 0) |
| 161 | 4 | 2 | 32 | $op eq "#" or $op eq "." |
| 196 | 10 | 72 | 209 | $next_prio < $prio or $next_prio == $prio and $assoc == 1 |
| 235 | 15 | 3 | 261 | $args{'expect'} || $self->returns |