| blib/lib/Mojo/Darkpan/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | $self->_config and $self->_config->{'path'} |
| 40 | 0 | 0 | 0 | defined $self->_config and defined $self->_config->{'basic_auth'} |
| 85 | 0 | 0 | 0 | $self->_config and $self->_config->{'directory'} |
| 104 | 0 | 0 | 0 | $self->_config and $self->_config->{'compress_index'} |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 0 | 0 | $path //= "darkpan" |
| 89 | 0 | 0 | $dir //= "darkpan" |
| 108 | 0 | 0 | $compress //= 1 |