Condition Coverage

bin/sibs
Criterion Covered Total %
condition 10 25 40.0


and 2 conditions

line l !l condition
227 0 1 $$self{'config'} = splice(@args, $i, 1, ()) and next
228 0 2 $$self{'verbose'} = splice(@args, $i, 1, ()) and next
229 0 2 $$self{'silent'} = splice(@args, $i, 1, ()) and next

or 2 conditions

line l !l condition
138 1 0 $$config{'exclude'} ||= [@DEFAULT_EXCLUDE]
139 1 0 $$config{'source'} ||= [$ENV{'HOME'}]
140 1 0 $$config{'destination'} || ''
173 2 0 mkdir "$ENV{'HOME'}/.ssh" or die "Could not mkdir $ENV{'HOME'}/.ssh: $!"
183 0 0 $_[0]{'format'} || '%d-%H'

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 1 $@ || "Creating '$$self{'config'}' from user input..."
205 0 0 0 $_ ||= $v
234 3 1 0 $$self{'config'} ||= "$ENV{'HOME'}/.sibs.conf"