Branch Coverage

blib/lib/Treex/PML/Factory.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
18 6 0 if ($role eq 'Treex::PML::Factory') { }
20 0 6 ref $role eq 'Treex::PML::Factory' ? :
35 0 6 if $class eq 'Treex::PML::Factory'
39 6 0 unless ((ref $prev || '') eq $class)
40 0 6 ref $obj ? :
47 0 6 unless UNIVERSAL::DOES::does($factory, 'Treex::PML::Factory')