| blib/lib/WWW/Pixelletter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 114 | 0 | 0 | 0 | $fax_number and $fax_number =~ /^\+[0-9]{2,} [0-9]{1,} [0-9]+$/ | 
| 153 | 0 | 0 | 0 | $post_center && $post_center =~ /^\d$/ | 
| 159 | 0 | 0 | 0 | $dest_country and $dest_country =~ /^\w{2}$/ | 
| 0 | 0 | 0 | $dest_country and $dest_country =~ /^\w{2}$/ and code2country($dest_country) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 153 | 0 | 0 | 0 | not $post_center && $post_center =~ /^\d$/ or $post_center < 1 | 
| 0 | 0 | 0 | not $post_center && $post_center =~ /^\d$/ or $post_center < 1 or $post_center > 3 |