Condition Coverage

blib/lib/WWW/MovieReviews/NYT.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
279 6 3 1 defined $$param{'reviewer'} and not $$param{'reviewer'} =~ /\b[a-z\.\-]+\b/i
339 0 2 4 defined $_ and not $_ =~ /^\d{4}\-\d{2}\-\d{2}$/
350 0 0 4 defined $value and not $value =~ /^[y|n]$/i
359 0 0 3 defined $offset and $offset =~ /^\d{1,}$/
0 3 0 defined $offset and $offset =~ /^\d{1,}$/ and $offset == 0 || $offset % 20 == 0
370 0 0 3 defined $order and not $order =~ /\bby\-title\b|\bby\-publication\-date\b|\bby\-opening\-date\b|\bby\-dvd\-release\-date\b/i

or 3 conditions

line l !l&&r !l&&!r condition
359 0 0 3 $offset == 0 || $offset % 20 == 0