blib/lib/App/EvalServerAdvanced/ConstantCalc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 3 | 0 | 0 | exists $self->constants->{$key} and defined(my $eval = $self->constants->{$key}) |
52 | 0 | 1 | 0 | @_ > 1 and (@_ - 1) % 2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 0 | 3 | $key =~ /\s/u or $key =~ /^\s*\d/u |