Branch Coverage

blib/lib/Acme/UNIVERSAL/new.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
20 0 0 unless ($root)
32 0 0 if $namespace eq 'main::'
33 0 0 if $namespace eq '::'
35 0 0 if has_constructor($fullname)
39 0 0 unless $prefix
46 0 0 unless $symbol and $symbol =~ /^[A-Za-z]/
47 0 0 unless my $ctor = $symbol->can('new')
48 0 0 if $ctor == \&UNIVERSAL::new