Branch Coverage

blib/lib/App/hopen/Gen.pm
Criterion Covered Total %
branch 7 20 35.0


line true false branch
90 0 6 if (defined $existing_op)
91 0 0 if (($args{'how'} // '') eq 'UNDEF') { }
0 0 elsif (defined $args{'how'}) { }
126 10 2 if (eval { do { $args{$field}->DOES('App::hopen::Asset') } }) { }
134 0 6 unless $nodes{'from'}
135 0 6 unless $nodes{'to'}
147 0 0 unless my $self = shift()
153 0 0 unless $App::hopen::Gen::QUIET
168 0 4 unless eval { do { $self->proj_dir->DOES('Path::Class::Dir') } }
170 0 4 unless eval { do { $self->dest_dir->DOES('Path::Class::Dir') } }