Condition Coverage

blib/lib/App/Git/Workflow/Command/UpToDate.pm
Criterion Covered Total %
condition 17 30 56.6


and 3 conditions

line !l l&&!r l&&r condition
52 6 7 1 $action eq "do_show" and not $self->can($format)
93 6 5 2 $action eq "do_show" and $option{'format'} eq "test"
166 14 0 0 $option{'include'} and not $branch =~ /$option{'include'}/
167 14 0 0 $option{'exclude'} and $branch =~ /$option{'exclude'}/
178 4 0 0 $option{'verbose'} and $option{'verbose'} > 1
194 0 10 0 not $option{'all'} || $option{'verbose'} and $found

or 2 conditions

line l !l condition
25 1 15 $workflow->config('workflow.max-history') || 1
46 14 1 shift @ARGV || 'am_i'
196 10 0 $release || 'Out of date'

or 3 conditions

line l !l&&r !l&&!r condition
194 0 0 10 $option{'all'} || $option{'verbose'}
275 2 0 0 $row or $row->[2]