blib/lib/Config/OpenSSH/Authkey/Entry.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
169 | 9 | 0 | 9 | exists $self->{'_options'} and length $self->{'_options'} > 0 |
181 | 10 | 0 | 9 | exists $self->{'_comment'} and length $self->{'_comment'} > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
155 | 3 | 0 | 0 | shift() || croak('no data supplied to parse') |
176 | 0 | 0 | 19 | not defined $self->{'_key'} or length $self->{'_key'} < $MIN_KEY_LENGTH |
197 | 0 | 0 | 20 | not defined $self->{'_key'} or length $self->{'_key'} < $MIN_KEY_LENGTH |