| blib/lib/Apache/ASP/Load.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 19 | 42.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 2 | 0 | 0 | -d $file and not -l $file |
| 97 | 0 | 0 | 0 | $args{'Debug'} and $args{'Debug'} < 0 |
| 132 | 1 | 1 | 0 | $Apache::ASP::Load::COUNT == 1 and $asp->config('StatINC') || $asp->config('StatINCMatch') |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 0 | 2 | $match ||= '.*' |
| 136 | 1 | 1 | $asp->CompileInclude($$asp{'basename'}) || die($@) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 2 | 0 | ref $_[0] or $_[0] eq 'Apache::ASP' |
| 132 | 0 | 0 | 1 | $asp->config('StatINC') || $asp->config('StatINCMatch') |