| blib/lib/App/HTTPThis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 10 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | not $config_file and -f "$dir/$default_config_file" |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 0 | 0 | $args->{'host'} || '127.0.0.1' |
| 87 | 0 | 0 | $args->{'proto'} || 'http' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $self->{'config'} || $ENV{'HTTP_THIS_CONFIG'} |