Branch Coverage

lib/XML/Schema/Factory.pm
Criterion Covered Total %
branch 18 32 56.2


line true false branch
88 0 208 if $XML::Schema::Factory::DEBUG
92 0 208 if (ref $self) { }
98 0 208 unless $module
101 1 207 unless $self->load($module)
120 0 22 if $XML::Schema::Factory::DEBUG
124 0 22 if (ref $self) { }
130 0 22 unless $module
133 0 22 unless $self->load($module)
153 0 284 if $XML::Schema::Factory::DEBUG
158 1 283 $@ ? :
173 0 125 if $XML::Schema::Factory::DEBUG
177 0 125 if (ref $self) { }
183 0 125 unless $class
201 0 154 if (ref $self) { }
207 0 154 unless $module
225 0 11 if $item eq 'DESTROY'