lib/Wireguard/WGmeta/Wrapper/ConfigT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
342 | 1 | 1 | 4 | defined $ref_hash_integrity_keys and exists $ref_hash_integrity_keys->{$identifier} |
508 | 0 | 0 | 4 | exists $self->{'parsed_config'}{$interface} and exists $self->{'parsed_config'}{$interface}{$identifier} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
446 | 0 | 0 | 0 | $self->_get_my_mtime($interface) ge get_mtime($hot_path) || $self->_get_my_mtime($interface) ge get_mtime($safe_path) |