Condition Coverage

blib/lib/Photography/Website.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
125 0 0 0 generate($item, $album) and not $$item{'unlisted'}
372 0 0 0 -f $file1 and -f $file2

or 2 conditions

line l !l condition
80 0 0 Photography::Website::Configure::album($source, $parent) || (return)
85 0 0 Photography::Website::Configure::image($_, $album) || (next)
88 0 0 create_album($_, $album) || (next)

or 3 conditions

line l !l&&r !l&&!r condition
144 0 0 0 shift() || (!(-f $$img{'destination'} && -f $$img{'thumbnail'}) || is_newer($$img{'source'}, $$img{'destination'}))
170 0 0 0 shift() || (!(-f $$album{'index'} && (-f $$album{'thumbnail'} || $$album{'unlisted'})) || is_newer($$album{'config'}, $$album{'index'}))