blib/lib/Connector/Role/LocalPath.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 21 | if ($self->path) { } |
19 | 2 | elsif ($self->file) { } | |
2 | 0 | elsif (ref $args and scalar @{$args;}) { } | |
29 | 0 | 0 | unless "Template"->new({})->process(\$pattern, {"ARGS", $args, "DATA", $data}, \$file) |
35 | 0 | 19 | unless "Template"->new({})->process(\$pattern, {"ARGS", $args, "DATA", $data}, \$file) |
36 | 0 | 19 | if ($file =~ /[^\s\w\.\-]/) |