| blib/lib/Net/MitDK.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 34 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 112 | 0 | 0 | 0 | $json->{'fieldError'} and ref $_->{'fieldError'} eq "ARRAY" | 
| 129 | 0 | 0 | 0 | $json->{'errorMessages'} and ref $json->{'errorMessages'} eq "ARRAY" | 
| 133 | 0 | 0 | 0 | $_->{'fieldError'} and ref $_->{'fieldError'} eq "ARRAY" | 
| 176 | 0 | 0 | 0 | exists $json->{'dpp'} and exists $json->{'ngdp'} | 
| 427 | 0 | 0 | 0 | $^O =~ /win/i and exists $ENV{'USERPROFILE'} | 
| 0 | 0 | 0 | $^O =~ /win/i and exists $ENV{'WINDIR'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 90 | 0 | 0 | $options //= {} | 
| 295 | 0 | 0 | $opt{'error_policy'} // "default" | 
| 351 | 0 | 0 | $msg->{'receivedDateTime'} // "" | 
| 370 | 0 | 0 | $ENV{'USER'} // "you" | 
| 469 | 0 | 0 | $opt{"payload"} // {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 342 | 0 | 0 | 0 | utf8::is_utf8($text) || $text =~ /[\x80-\xff]/ | 
| 442 | 0 | 0 | 0 | $_[0]{'homepath'} // _homepath() . "/.mitdk" |