Branch Coverage

blib/lib/App/hopen/Gen.pm
Criterion Covered Total %
branch 8 22 36.3


line true false branch
91 0 6 if (defined $existing_op)
92 0 0 if (($args{'how'} // '') eq 'UNDEF') { }
0 0 elsif (defined $args{'how'}) { }
106 0 6 if $@
133 10 2 if (eval { do { $args{$field}->DOES('App::hopen::Asset') } }) { }
141 0 6 unless $nodes{'from'}
142 0 6 unless $nodes{'to'}
154 0 0 unless my $self = shift()
160 0 0 unless $App::hopen::Gen::QUIET
175 0 4 unless eval { do { $self->proj_dir->DOES('Path::Class::Dir') } }
177 0 4 unless eval { do { $self->dest_dir->DOES('Path::Class::Dir') } }