| lib/Rex/Report/YAML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 14 | 64.2 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 1 | if (ref $class eq "CODE") |
| 33 | 0 | 1 | if (ref $code ne "CODE") |
| 55 | 1 | 1 | unless (-d $REPORT_PATH) |
| 56 | 0 | 1 | unless mkdir $REPORT_PATH |
| 60 | 2 | 0 | if ($server_name eq " |
| 63 | 1 | 1 | unless (-d $REPORT_PATH . "/" . $server_name) |
| 67 | 0 | 2 | unless open my $fh, ">", "$REPORT_PATH/$server_name/" . &$report_name_generator($server_name) . ".yml" |