| blib/lib/Net/Peep/Peck.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 3 | $conf->optionExists('server') and $conf->getOption('server') |
| 0 | 0 | 3 | $conf->optionExists('server') and $conf->getOption('server') and $conf->optionExists('port') | |
| 0 | 0 | 3 | $conf->optionExists('server') and $conf->getOption('server') and $conf->optionExists('port') and $conf->getOption('port') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 2 | 0 | ref $self || $self |