Condition Coverage

blib/lib/App/Spec/Argument.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
105 7 10 1 $type eq "flag" and $dsl =~ s/^\+//
12 4 1 $type eq "string" and $dsl =~ s/^\@//
12 3 1 $type eq "string" and $dsl =~ s/^\%//
123 2 0 0 $getopt_type and $type ne $getopt_type

or 2 conditions

line l !l condition
31 661 78 $summary //= ""
32 90 649 $description //= ""
33 544 195 $args{'type'} // "string"

or 3 conditions

line l !l&&r !l&&!r condition
49 6423 2449 0 defined $hash{$_} or delete $hash{$_}