blib/lib/App/Spec/Argument.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 21 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 7 | 6 | 1 | $type eq 'flag' and $dsl =~ s/^\+// |
8 | 4 | 1 | $type eq 'string' and $dsl =~ s/^\@// | |
8 | 3 | 1 | $type eq 'string' and $dsl =~ s/^\%// | |
123 | 2 | 0 | 0 | $getopt_type and $type ne $getopt_type |
line | l | !l | condition |
---|---|---|---|
31 | 566 | 67 | $summary //= '' |
32 | 77 | 556 | $description //= '' |
33 | 465 | 168 | $args{'type'} // 'string' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
49 | 5528 | 2072 | 0 | defined $hash{$_} or delete $hash{$_} |