Condition Coverage

blib/lib/Test/Auto/Parser.pm
Criterion Covered Total %
condition 7 24 29.1


and 3 conditions

line !l l&&!r l&&r condition
590 0 0 365 $val->{'usage'} and @{$val->{'usage'};}
594 0 0 365 $val->{'signature'} and @{$val->{'signature'};}
656 0 0 14 $val->{'usage'} and @{$val->{'usage'};}
660 0 0 14 $val->{'signature'} and @{$val->{'signature'};}
722 0 0 0 $val->{'usage'} and @{$val->{'usage'};}
726 0 0 0 $val->{'signature'} and @{$val->{'signature'};}

or 3 conditions

line l !l&&r !l&&!r condition
393 65 0 0 $stashed->{$name}{'is'} eq 'ro' or $stashed->{$name}{'is'} eq 'rw'
398 38 27 0 $stashed->{$name}{'presence'} eq 'req' or $stashed->{$name}{'presence'} eq 'opt'