blib/lib/Dist/Iller/Role/HasPlugins.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 22 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
174 | 0 | 0 | 1 | $type eq '$env' and not exists $ENV{uc $what} |
182 | 0 | 1 | 2 | $type eq '$self' and $self->has_config_obj |
195 | 0 | 1 | 1 | $type eq '$self' and $self->has_config_obj |
310 | 3 | 0 | 0 | $type eq '$env' and exists $ENV{uc $what} |
0 | 1 | 2 | $type eq '$self' and $self->config_obj->$Dist::Iller::Role::HasPlugins::_can($what) |
line | l | !l | condition |
---|---|---|---|
214 | 1 | 3 | $settings{'after'} || 0 |
215 | 2 | 2 | $settings{'replace'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
104 | 1 | 1 | 0 | $replace_with // $plugin_name |