blib/lib/App/Rad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 17 | 58.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
124 | 0 | 214 | 37 | defined $value and defined *SYMBOL{'CODE'} |
154 | 0 | 0 | 2 | defined $ARGV[0] && substr($ARGV[0], 0, 1) ne '-' |
line | l | !l | condition |
---|---|---|---|
116 | 3 | 0 | shift() || 'main' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 1 | 1 | 1 | $params eq '-ignore_prefix' or $params eq '-ignore_suffix' |
2 | 1 | 0 | $params eq '-ignore_prefix' or $params eq '-ignore_suffix' or $params eq '-ignore_regexp' | |
261 | 1 | 0 | 0 | not %help_for_sub or %rules |