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