| bin/envassert | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 0 | 0 | unless &GetOptions("man", \$man, "break-at-first-error|b!", \$break_at_first_error, "env-description|e=s", \$env_desc_filename, "exact|x!", \$exact, "stdin!", \$stdin) |
| 43 | 0 | 0 | if $man |
| 48 | 0 | 0 | if ($stdin) { } |
| 52 | 0 | 0 | unless open my $fh, "<", $env_desc_filename |
| 54 | 0 | 0 | unless close $fh |
| 59 | 0 | 0 | if defined $break_at_first_error |
| 61 | 0 | 0 | if defined $exact |
| 64 | 0 | 0 | unless ($r->{'success'}) |
| 65 | 0 | 0 | unless print {*STDOUT;} report_errors($r->{'errors'}) |