line |
!l |
l&&!r |
l&&r |
condition |
242
|
5 |
125 |
3 |
ref $value eq 'HASH' and exists $value->{'_with'} |
|
125 |
0 |
3 |
ref $value eq 'HASH' and exists $value->{'_with'} and &Scalar::Util::blessed($value->{'_with'}) |
|
125 |
0 |
3 |
ref $value eq 'HASH' and exists $value->{'_with'} and &Scalar::Util::blessed($value->{'_with'}) and $value->{'_with'}->can($part) |
256
|
109 |
17 |
2 |
exists $value->{'.'} and &Scalar::Util::blessed($value->{'.'}) |
|
126 |
0 |
2 |
exists $value->{'.'} and &Scalar::Util::blessed($value->{'.'}) and $value->{'.'}->can($part) |
426
|
0 |
1 |
18 |
defined $self->templates_path && !'File::Spec'->file_name_is_absolute($template) |
432
|
0 |
1 |
18 |
defined $path and -f $path |