blib/lib/Net/IPMessenger/Encrypt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 16 | 6.2 |
line | true | false | branch |
---|---|---|---|
27 | 3 | 0 | if $@ |
43 | 0 | 0 | if ($self->private_key) |
49 | 0 | 0 | if ($option->get_rsa_2048) { } |
0 | 0 | elsif ($option->get_rsa_1024) { } | |
0 | 0 | elsif ($option->get_rsa_512) { } | |
82 | 0 | 0 | if ($option->get_blowfish_128) { } |
0 | 0 | elsif ($option->get_blowfish_256) { } | |
116 | 0 | 0 | unless defined $self->private_key |