Condition Coverage

blib/lib/App/Git/Workflow/Command/Recent.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
233 0 0 0 $option{'verbose'} and ++$count % 10 == 0
256 0 0 0 $option{'ignore_user'} and grep {$commit->{'user'} =~ /$_/;} @{$option{"ignore_user"};}
261 0 0 0 $option{'ignore_branch'} and grep {$commit->{'branches'} =~ /$_/;} @{$option{"ignore_branch"};}

or 2 conditions

line l !l condition
74 0 0 $users{$user} ||= {}
89 0 0 $branches{$branch} ||= {}
108 0 0 $option{'out'} || 'text'

or 3 conditions

line l !l&&r !l&&!r condition
128 0 0 0 $option{'users'} or $option{'branches'}