| blib/lib/Language/FormulaEngine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 14 | 3 | 1 | ref $thing and ref($thing)->can($req_method) |
| 38 | 0 | 0 | 0 | $req_method eq 'get_function' && $thing =~ /^[0-9]+$/ |
| 57 | 0 | 0 | 126 | $vars and %$vars |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 2 | 1 | 0 | $thing->{'CLASS'} || $default_class |