Branch Coverage

blib/lib/Module/Setup/Devel.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
23 0 0 if $self->context->options->{'test'}
24 0 0 if $self->context->options->{'pack'}
33 0 0 unless $self->context->options->{'flavor_name'}
66 0 0 unless $conf and ref $conf eq 'HASH' and $conf->{'module_setup_flavor_devel'}
75 0 0 unless $conf
81 0 0 unless ref $data
83 0 0 if (@{$data->{'likes'};})
88 0 0 if $like
99 0 0 if @files
100 0 0 if @file
101 0 0 if @dirs
125 0 0 unless open my $fh, '>', "$module.pm"
138 0 0 unless $conf
141 0 0 if (@_) { }