lib/Rex/Interface/Cache/YAML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | if (exists $ENV{'REX_CACHE_PATH'}) |
37 | 0 | 0 | unless (-d $path) |
41 | 0 | 0 | unless open my $fh, ">", "$path/" . Rex::Commands::connection()->server . ".yml" |
52 | 0 | 0 | if (exists $ENV{'REX_CACHE_PATH'}) |
58 | 0 | 0 | unless (-f $file_name) |