| line |
!l |
l&&!r |
l&&r |
condition |
|
263
|
5 |
2 |
136 |
ref $config_ref eq 'HASH' and $self->is_meta($config_ref, 1) |
|
489
|
142 |
6 |
2 |
exists $service_info{'value'} and exists $service_info{'class'} || exists $service_info{'extends'} |
|
549
|
0 |
130 |
1 |
$service_info{'class'}->can('DOES') and $service_info{'class'}->DOES('Beam::Service') |
|
577
|
8 |
0 |
1 |
$$conf{$meta{'method'}} and not $$conf{$meta{'sub'}} |
|
625
|
24 |
2 |
8 |
ref $service_info{'args'} eq 'HASH' and ref $base_config{'args'} eq 'HASH' |
|
669
|
3 |
3 |
2 |
exists $args{'file'} and not path($args{'file'})->is_absolute |
|
784
|
145 |
14 |
139 |
$root and scalar @keys eq grep({$meta{$_};} @keys) |
|
993
|
74 |
21 |
1 |
$self->file and not path($self->file)->exists |
|
1007
|
170 |
3 |
1 |
$lifecycle and $lifecycle eq 'eager' |
|
1069
|
0 |
2 |
2 |
exists $config{'value'} and exists $config{'class'} || exists $config{'extends'} |