| blib/lib/WDDX/String.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 14 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 36 | 0 | 0 | unless defined $value | 
| 39 | 0 | 0 | if $value =~ /\0/ | 
| 137 | 0 | 0 | if ($element eq 'char') { } | 
| 0 | 0 | elsif ($element ne 'string') { } | |
| 151 | 0 | 0 | if ($element eq 'string') { } | 
| 0 | 0 | elsif ($element ne 'char') { } | |
| 170 | 0 | 0 | unless $code =~ /^[01][0-9a-f]$/i |