| blib/lib/Javascript/Closure.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 70 | 0 | 4 | 0 | $val and not grep(/^$val$/i, @$vars) |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 1 | 1 | _verify(\@output_info, $args{'output_info'}, 'lower') || 'compiled_code' |
| 43 | 1 | 1 | _verify(\@output_format, $args{'output_format'}, 'lower') || 'text' |
| 44 | 0 | 2 | _verify(\@compilation_level, $args{'compilation_level'}) || 'WHITESPACE_ONLY' |
| 45 | 0 | 2 | _verify(\@warning_level, $args{'warning_level'}) || 'DEFAULT' |
| 47 | 2 | 0 | $args{'input'} || 'var test=true;//this is a test' |