Branch Coverage

blib/lib/Module/Setup/Plugin/VC/SVK.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
25 1 4 unless $self->dialog('import to SVK scratch DEPOTPATH? [yN] ', 'n') =~ /[Yy]/
30 1 3 if $self->system('svk', 'import', '-m', $self->distribute->dist_name . ' import', $self->config->{'plugin_vc_svk_scratch_repos'} . '/' . $self->distribute->dist_name, '--from-checkout', $self->distribute->base_path)
36 1 2 $self->plugins_stash->{'VC::SVN'}{'is_subversion_friendly'} ? :
39 1 2 unless not $self->system('svk', 'co', $self->config->{'plugin_vc_svk_scratch_repos'} . '/' . $self->distribute->dist_name . $trunk_path, $self->distribute->dist_name)