| blib/lib/Math/Formula/Token.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 14 | 64.2 |
| line | true | false | branch |
|---|---|---|---|
| 114 | 0 | 28 | unless my $value = $self->child->_compute($context, $expr) |
| 156 | 0 | 204 | unless my $left = $self->left->_compute($context, $expr) |
| 159 | 0 | 204 | unless my $right = $self->right->_compute($context, $expr) |
| 166 | 36 | 168 | if (my $rewrite = $comparison{$op}) |
| 168 | 36 | 0 | if (my $result = $left->infix($spaceship, $right, $context, $expr)) |
| 194 | 0 | 7 | unless my $cond = $self->condition->_compute($context, $expr) |
| 197 | 3 | 4 | $cond->value ? : |