Condition Coverage

blib/lib/App/Git/Workflow.pm
Criterion Covered Total %
condition 16 20 80.0


and 3 conditions

line !l l&&!r l&&r condition
83 2 2 0 $self->{'tags'} and @{$self->{'tags'};}
242 2 2 0 $self->{'settings'}{'version'} and "version"->new($self->{'settings'}{'version'}) > $VERSION

or 2 conditions

line l !l condition
43 145 1 $ENV{'HOME'} || '/tmp/'
53 111 10 $type ||= "local"
127 13 11 $option{'max_history'} ||= 1
191 13 61 $files || ''

or 3 conditions

line l !l&&r !l&&!r condition
122 13 0 75 $value || $default
159 1 21 0 $self->config('workflow.prod') || ($option{'local'} ? 'branch=^master$' : 'branch=^origin/master$')