Branch Coverage

lib/UR/ModuleConfig.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
62 0 0 if (exists $config{$cls})
70 0 0 if (exists $config{$class})
76 0 0 if (ref $self)
79 0 0 if (exists $config{"$class;$self"})
131 0 0 if (ref $self) { }
146 0 0 if (@_ > 1)
159 0 0 if (@_ == 1)
165 0 0 if (exists $cfg{$key}) { }
207 0 0 if (exists $cfg{$key})
245 0 0 if (exists $cfg{$k})
286 0 0 if ($opts{'path'}) { }
0 0 elsif ($opts{'handle'}) { }
289 0 0 if (-f $opts{'path'}) { }
298 0 0 if (-r $opts{'path'}) { }
310 0 0 if (defined $fh) { }
340 0 0 unless $line =~ /\S/