| blib/lib/App/Basis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 17 | 64.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 229 | 7 | 8 | 3 | $_cmd_line_options{$name} and $full_options{$name}{'validate'} |
| line | l | !l | condition |
|---|---|---|---|
| 275 | 2 | 1 | shift() || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 0 | 0 | 0 | not $func or ref $func ne 'CODE' |
| 215 | 7 | 0 | 1 | $_cmd_line_options{$name} or $full_options{$name}{'default'} |
| 231 | 3 | 0 | 0 | $full_options{$name}{'required'} or $full_options{$name}{'default'} |
| 394 | 1 | 1 | 7 | $file =~ m[^\./]u or $file eq '.' |