blib/lib/WebService/IMDB/Date.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 21 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 21 | 1 | 75 | ref $data eq 'HASH' and exists $$data{'normal'} |
22 | 0 | 75 | ref $data eq 'HASH' and exists $$data{'normal'} and defined $$data{'normal'} | |
21 | 0 | 1 | ref $data eq 'HASH' and exists $$data{'text'} | |
0 | 0 | 21 | ref $data eq '' and $data =~ /^\d{4}-\d{2}-\d{2}$/ | |
36 | 0 | 5 | 70 | defined $y and defined $m |
5 | 2 | 68 | defined $y and defined $m and defined $d | |
0 | 5 | 2 | defined $y and defined $m |