blib/lib/Wallflower.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 1 | 1 | 17 | -e $self->destination and -d $self->destination |
40 | 3 | 13 | 1 | $path = $self->url->path and $path ne '/' |
90 | 1 | 33 | 1 | $uri->path and length(($uri->path_segments)[0]) |
159 | 2 | 1 | 20 | defined $content && do { unless (eval { do { _build_handle($file = $target) } }) { warn $@; return [999, [], '']; } } |
line | l | !l | condition |
---|---|---|---|
76 | 2 | 0 | eval { do { $dir->mkpath; 1 } } or die "$@\n" |