blib/lib/Photography/Website.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 0 | 0 | 0 | dircopy($static_source, $static_destination) and say ' /static/' |
126 | 0 | 0 | 0 | generate($item, $album) and not $$item{'unlisted'} |
378 | 0 | 0 | 0 | -f $file1 and -f $file2 |
line | l | !l | condition |
---|---|---|---|
80 | 0 | 0 | Photography::Website::Configure::album($source, $parent) || (return) |
85 | 0 | 0 | Photography::Website::Configure::image($_, $album) || (next) |
89 | 0 | 0 | create_album($_, $album) || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
145 | 0 | 0 | 0 | shift() || (!(-f $$img{'destination'} && -f $$img{'thumbnail'}) || is_newer($$img{'source'}, $$img{'destination'})) |
172 | 0 | 0 | 0 | shift() || (!(-f $$album{'index'} && (-f $$album{'thumbnail'} || $$album{'unlisted'})) || is_newer($$album{'config'}, $$album{'index'})) |