Branch Coverage

blib/lib/PerlBean/Dependency/Use.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
207 141 0 defined $_[0] ? :
210 0 141 unless ref $opt eq 'HASH'
213 81 60 if (exists $$opt{'import_list'}) { }
214 0 81 unless ref $$opt{'import_list'} eq 'ARRAY'
248 0 222 if (scalar @_) { }
298 0 141 unless &_value_is_allowed('import_list', @_)
339 81 60 if ($self->get_import_list)