line |
!l |
l&&!r |
l&&r |
condition |
241
|
5 |
124 |
0 |
ref $value eq 'HASH' and exists $value->{'_with'} |
|
121 |
0 |
3 |
ref $value eq 'HASH' and exists $value->{'_with'} and &Scalar::Util::blessed($value->{'_with'}) |
|
121 |
0 |
3 |
ref $value eq 'HASH' and exists $value->{'_with'} and &Scalar::Util::blessed($value->{'_with'}) and $value->{'_with'}->can($part) |
255
|
105 |
17 |
2 |
exists $value->{'.'} and &Scalar::Util::blessed($value->{'.'}) |
|
122 |
0 |
2 |
exists $value->{'.'} and &Scalar::Util::blessed($value->{'.'}) and $value->{'.'}->can($part) |
425
|
0 |
1 |
18 |
defined $self->templates_path && !'File::Spec'->file_name_is_absolute($template) |
431
|
0 |
1 |
18 |
defined $path and -f $path |