| blib/lib/Env/Assert/Functions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 0 | 11 | 3 | $opts->{'exact'} || $required and not defined $env->{$var_name} |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 5 | 3 | $params->{'break_at_first_error'} //= 0 |
| 74 | 7 | 7 | $var->{'required'} // 1 |
| 75 | 14 | 0 | $var->{'regexp'} // ".*" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 8 | ref $env ne "HASH" or ref $want ne "HASH" |
| 76 | 5 | 9 | 0 | $opts->{'exact'} || $required |