Condition Coverage

blib/lib/Net/Eboks.pm
Criterion Covered Total %
condition 0 44 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 not $content =~ /[^\x00-\xff]/ and $content =~ /[\x80-\xff]/
74 0 0 0 $xml and ref $xml eq 'HASH'
284 0 0 0 defined $v and ref $v eq 'HASH'

or 2 conditions

line l !l condition
273 0 0 $path // []
282 0 0 $xmlopt{'KeyAttr'} // 'name'
302 0 0 $limit //= 1
303 0 0 $offset //= 0
383 0 0 $sender //= 'unknown'
385 0 0 $msg->{'receivedDateTime'} // ''
406 0 0 $ENV{'USER'} // 'you'

or 3 conditions

line l !l&&r !l&&!r condition
51 0 0 0 $response->message // $response->status_line
373 0 0 0 utf8::is_utf8($text) || $text =~ /[\x80-\xff]/
406 0 0 0 $opt{'from'} // safe_encode('MIME-Q', $sender) . ' <noreply@e-boks.dk>'
0 0 0 $opt{'to'} // safe_encode('MIME-Q', $self->{'uname'}) . ' <' . ($ENV{'USER'} // 'you') . '@localhost>'
0 0 0 $opt{'subject'} // safe_encode('MIME-Header', $msg->{'name'})
0 0 0 $opt{'data'} // &encode('utf-8', "Mail from $sender")
0 0 0 $opt{'date'} // $received