| blib/lib/Net/Address/IP/Cipher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 82 | 1 | 1 | if ($params{'password'}) { } |
| 1 | 0 | elsif ($params{'barekey'}) { } | |
| 87 | 0 | 1 | unless length $key == 16 |
| 94 | 0 | 2 | unless $self->{'CIPHER'} = 'Crypt::Cipher::AES'->new($key) |
| 230 | 0 | 12 | unless my $ipvx = 'Net::IP'->new($ipin) |
| 232 | 6 | 6 | if ($ipvx->version == 6) { } |
| 261 | 0 | 0 | unless my $ipvx = 'Net::IP'->new($ipin) |
| 263 | 0 | 0 | if ($ipvx->version == 6) { } |