| blib/lib/Net/Eboks.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 41 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | not $content =~ /[^\x00-\xff]/ and $content =~ /[\x80-\xff]/ |
| 76 | 0 | 0 | 0 | $xml and ref $xml eq 'HASH' |
| 161 | 0 | 0 | 0 | defined $v and ref $v eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 150 | 0 | 0 | $path // [] |
| 159 | 0 | 0 | $xmlopt{'KeyAttr'} // 'name' |
| 179 | 0 | 0 | $limit //= 1 |
| 180 | 0 | 0 | $offset //= 0 |
| 253 | 0 | 0 | $sender //= 'unknown' |
| 255 | 0 | 0 | $msg->{'receivedDateTime'} // '' |
| 276 | 0 | 0 | $ENV{'USER'} // 'you' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 0 | 0 | 0 | $response->message // $response->status_line |
| 276 | 0 | 0 | 0 | $opt{'from'} // &encode('MIME-Q', $sender) . ' <noreply@e-boks.dk>' |
| 0 | 0 | 0 | $opt{'to'} // &encode('MIME-Q', $self->{'uname'}) . ' <' . ($ENV{'USER'} // 'you') . '@localhost>' | |
| 0 | 0 | 0 | $opt{'subject'} // &encode('MIME-Header', $msg->{'name'}) | |
| 0 | 0 | 0 | $opt{'data'} // &encode('utf-8', "Mail from $sender") | |
| 0 | 0 | 0 | $opt{'date'} // $received |