| blib/lib/Class/Autouse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 46 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 431 | 0 | 0 | 0 | ref $_[0] and $Class::Autouse::NOPREBLESS | 
| 445 | 0 | 0 | 0 | ref $_[0] and $Class::Autouse::NOPREBLESS | 
| 468 | 0 | 0 | 0 | $class and $class =~ /^[^\W\d]\w*(?:(?:\'|::)[^\W]\w*)*$/o | 
| 475 | 0 | 0 | 0 | defined $INC{$file} and $INC{$file} eq 'Class::Autouse' | 
| 595 | 0 | 0 | 0 | $load and not $Class::Autouse::LOADED{$c} | 
| 681 | 0 | 0 | 0 | -d $child_path_full and -r _ | 
| 703 | 0 | 0 | 0 | -d $full_file and -r _ | 
| line | l | !l | condition | 
|---|---|---|---|
| 434 | 0 | 0 | ref $_[0] || $_[0] || (return undef) | 
| 448 | 0 | 0 | ref $_[0] || $_[0] || (return undef) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 181 | 0 | 0 | 0 | ref $class eq 'Regexp' or ref $class eq 'CODE' | 
| 222 | 0 | 0 | 0 | $Class::Autouse::DEVEL or $Class::Autouse::BAD{$class} | 
| 230 | 0 | 0 | 0 | $Class::Autouse::NOSTAT or &_file_exists($file) | 
| 435 | 0 | 0 | 0 | $Class::Autouse::TRIED_CLASS{$class} or $Class::Autouse::LOADED{$class} | 
| 449 | 0 | 0 | 0 | $Class::Autouse::TRIED_CLASS{$class} or $Class::Autouse::LOADED{$class} | 
| 467 | 0 | 0 | 0 | ref $_[0] || $_[0] | 
| 572 | 0 | 0 | 0 | $ancestors[-1] || $this_class |