| blib/lib/OpenSocialX/Shindig/Crypter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 9 | 18 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 20 | 1 | 0 | defined $_[0] && ref $_[0] eq 'HASH' ? : | 
| 23 | 0 | 1 | unless $$cfg{'cipher'} | 
| 24 | 0 | 1 | unless $$cfg{'hmac'} | 
| 25 | 0 | 1 | unless $$cfg{'iv'} | 
| 27 | 0 | 1 | unless length $$cfg{'cipher'} == 16 | 
| 28 | 0 | 1 | unless length $$cfg{'iv'} == 16 | 
| 74 | 0 | 2 | if ($v_hmac ne $hmac) | 
| 116 | 0 | 2 | if (not $minTime < $now && $now < $maxTime) | 
| 131 | 1 | 0 | defined $_[0] && ref $_[0] eq 'HASH' ? : |