| blib/lib/XML/Smart/Base64.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 28 | 67.8 |
| line | true | false | branch |
|---|---|---|---|
| 51 | 38 | 0 | if ($BASE64_PM) |
| 65 | 24 | 0 | if $tmp_decoded eq $tmp_value |
| 86 | 38 | 0 | unless ($@) |
| 87 | 24 | 14 | if $tmp_decoded eq $tmp_value |
| 103 | 14 | 0 | if $tmp_decoded eq $tmp_value |
| 119 | 64 | 0 | unless defined $eol |
| 129 | 48 | 16 | if $padding |
| 131 | 64 | 0 | if (length $eol) |
| 185 | 26 | 0 | if ($BASE64_PM) |
| 199 | 12 | 14 | if $tmp_encoded eq $tmp_value |
| 219 | 26 | 0 | unless ($@) |
| 220 | 12 | 14 | if $tmp_encoded eq $tmp_value |
| 236 | 14 | 0 | if $tmp_encoded eq $tmp_value |
| 255 | 11 | 53 | if (length($str) % 4) |