Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 not $content =~ /[^\x00-\xff]/ and $content =~ /[\x80-\xff]/
80 0 0 0 $xml and ref $xml eq "HASH"
295 0 0 0 defined $v and ref $v eq "HASH"

or 2 conditions

line l !l condition
42 0 0 $ENV{'MAILFROM'} // "noreply\@e-boks.dk"
284 0 0 $path // []
293 0 0 $xmlopt{'KeyAttr'} // "name"
322 0 0 $limit //= 1
323 0 0 $offset //= 0
406 0 0 $sender //= "unknown"
408 0 0 $msg->{'receivedDateTime'} // ""
433 0 0 $ENV{'USER'} // "you"
0 0 $opt{'share_id'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $response->message // $response->status_line
306 0 0 0 $share_id //= $self->{'share_id'}
321 0 0 0 $share_id //= $self->{'share_id'}
335 0 0 0 $share_id //= $self->{'share_id'}
347 0 0 0 $share_id //= $self->{'share_id'}
396 0 0 0 utf8::is_utf8($text) || $text =~ /[\x80-\xff]/
433 0 0 0 $opt{'from'} // safe_encode("MIME-Q", $sender) . " <$self->{'from'}>"
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
530 0 0 0 $share_id //= $self->{'share_id'}