| blib/lib/Class/Refresh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 17 | 23.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 0 | 0 | 0 | defined $_ and $_->isa('Class::MOP::Class') |
| 103 | 0 | 0 | 0 | not $metas_for_immutable{$to_refresh} and $inc eq '(set by Moose)' |
| 0 | 0 | 0 | not $metas_for_immutable{$to_refresh} and $inc eq '(set by Moose)' and Class::MOP::class_of($to_refresh) | |
| 143 | 3 | 0 | 1 | exists $INC{$file} && !defined($INC{$file}) |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 0 | 0 | $INC{$class->_mod_to_file($to_refresh)} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 3 | 96 | ref \$file eq 'VSTRING' or not B::svref_2object(\$file)->FLAGS & 1024 |