Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 defined $$album{'slug'} and $$album{'slug'} eq 'private'

or 2 conditions

line l !l condition
200 0 0 $$album{'destination'} || die('ERROR: Destination not specified')
337 0 0 $$parent{'title'} || 'My Photography Website'
349 0 0 $$parent{'copyright'} || ''
376 0 0 $$parent{'preview'} || 9
389 0 0 $$parent{'watermark'} || ''
400 0 0 $$parent{'sort'} || 'descending'
429 0 0 $$parent{'oblivious'} || 0
441 0 0 $$parent{'scale_command'} || 'photog-scale'
453 0 0 $$parent{'watermark_command'} || 'photog-watermark'
466 0 0 $$parent{'thumbnail_command'} || 'photog-thumbnail'
479 0 0 $$parent{'preview_command'} || 'photog-preview'

or 3 conditions

line l !l&&r !l&&!r condition
223 0 0 0 $$album{'slug'} ||= basename($source)
233 0 0 0 $$album{'url'} ||= $$parent{'url'} ? "$$parent{'url'}$$album{'slug'}/" : '/'
243 0 0 0 $$album{'href'} ||= $$album{'slug'} . '/'
253 0 0 0 $$album{'src'} ||= $$album{'href'} . 'thumbnails/all.jpg'
264 0 0 0 $$album{'destination'} ||= catfile($$album{'root'}, substr($$album{'url'}, 1))
275 0 0 0 $$album{'thumbnail'} ||= catfile($$album{'destination'}, 'thumbnails/all.jpg')
284 0 0 0 $$album{'index'} ||= catfile($$album{'destination'}, 'index.html')
296 0 0 0 $$album{'unlisted'} ||= !defined($$album{'parent'})
308 0 0 0 $$album{'date'} ||= 'DateTime'->from_epoch('epoch', (stat $source)[9])
365 0 0 0 $$parent{'template'} || dist_file($DIST, 'template.html')
0 0 0 $$album{'template'} ||= $$parent{'template'} || dist_file($DIST, 'template.html')
376 0 0 0 $$album{'preview'} ||= $$parent{'preview'} || 9
400 0 0 0 $$album{'sort'} ||= $$parent{'sort'} || 'descending'
441 0 0 0 $$album{'scale_command'} ||= $$parent{'scale_command'} || 'photog-scale'
453 0 0 0 $$album{'watermark_command'} ||= $$parent{'watermark_command'} || 'photog-watermark'
466 0 0 0 $$album{'thumbnail_command'} ||= $$parent{'thumbnail_command'} || 'photog-thumbnail'
479 0 0 0 $$album{'preview_command'} ||= $$parent{'preview_command'} || 'photog-preview'