Condition Coverage

blib/lib/Math/Formula.pm
Criterion Covered Total %
condition 25 30 83.3


and 3 conditions

line !l l&&!r l&&r condition
41 8 51 5 not ref $expr and $returns
59 5 0 not ref $expr and $returns and $returns->isa("MF::STRING")
140 18 2 5 $node->isa("MF::PARENS") and $node->level == $level
179 231 0 12 $next_prio == $prio and $assoc == 1
191 0 0 7 $colon and $colon->token eq ":"
219 228 16 2 $result && $expect && !$result->isa($expect)

or 3 conditions

line l !l&&r !l&&!r condition
61 14 221 0 $self->{'MSBE_ast'} ||= $self->_build_ast($self->_tokenize($expression), 0)
150 4 2 30 $op eq "#" or $op eq "."
179 7 57 186 $next_prio < $prio or $next_prio == $prio and $assoc == 1
218 15 3 228 $args{'expect'} || $self->returns