| blib/lib/Metabrik/Audit/Smtp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 46 | 0 | 0 | defined $self->global && $self->global->hostname || 'hostname' |
| 63 | 0 | 0 | defined $self->global && $self->global->ctimeout || 3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 0 | 0 | $hostname ||= $self->hostname |
| 57 | 0 | 0 | 0 | $port ||= $self->port |
| 58 | 0 | 0 | 0 | $domainname ||= $self->domainname |