Branch Coverage

blib/lib/Config/OpenSSH/Authkey/Entry/Options.pm
Criterion Covered Total %
branch 26 28 92.8


line true false branch
29 2 2 if (defined $option_string)
64 7 17 if ($option_string =~ / \G ($AUTHKEY_OPTION_NAME_RE)="( (?: \\"|[^"] )*? )" (?:,|[ \t]+)? /cgx)
77 10 7 if ($option_string =~ / \G ($AUTHKEY_OPTION_NAME_RE) (?:,|[ \t]+)? /cgx)
87 1 6 wantarray ? :
107 9 9 if (exists $$options_ref{'value'}) { }
124 3 2 unless $$_{'value'}
128 3 2 defined $values[0] ? :
3 5 wantarray ? :
146 2 6 if ($$options_ref{'name'} eq $option_name)
147 2 0 if defined $option_value
151 5 1 if ($updated == 0) { }
1 0 elsif ($updated > 1) { }
152 3 2 defined $option_value ? :
161 2 1 unless $$_{'name'} ne $option_name