blib/lib/Math/Expression/Evaluator/Lexer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
82 | 1 | 296 | unless defined $text |
84 | 1 | 295 | unless $l |
107 | 1582 | 9931 | if ($text =~ /\G($re)/cg) |
110 | 1 | 1581 | if (length $match == 0) |
119 | 234 | 1347 | if ($$_[2]) |
122 | 1348 | 233 | if (defined $match) |
132 | 1 | 961 | if ($matched == 0) |