Condition Coverage

blib/lib/File/LinkTree/Builder.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
32 1 0 0 $$arg{'storage_root'} and $$arg{'storage_roots'}
119 4 0 0 -e $link and $self->_skip_existing_links

or 2 conditions

line l !l condition
26 1 0 $arg ||= {}
28 0 1 $$arg{'on_existing'} || 'die'
50 1 0 $$arg{'link_root'} || '.'

or 3 conditions

line l !l&&r !l&&!r condition
29 1 0 0 $on_existing eq 'die' or $on_existing eq 'skip'