Condition Coverage

blib/lib/Git/Flux/Utils.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
157 0 0 0 defined $master && $master ne '' && $self->git_local_branch_exists($master)
166 0 0 0 defined $devel && $devel ne '' && $self->git_local_branch_exists($devel)
184 0 0 0 $self->gitflux_has_master_configured && $self->gitflux_has_devel_configured && $repo->run('config', ('--get', 'gitflux.branch.master')) ne $repo->run('config', ('--get', 'gitflux.branch.devel')) && $self->gitflux_has_prefixes_configured
343 0 0 0 -t STDIN && -t STDOUT

or 2 conditions

line l !l condition
207 0 0 $repo->run('config', ('--get', 'gitflux.origin')) || 'origin'