blib/lib/Test/DataDriven/Plugin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 26 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 1 | 0 | 0 | @value == 1 and $value[0] =~ /\A(\d+|)\z/ |
112 | 7 | 56 | 14 | @parsed == 1 and $parsed[0][0] eq 'filter' |
145 | 0 | 0 | 87 | exists $dispatch{$class} and exists $dispatch{$class}{$act} |
0 | 53 | 34 | exists $dispatch{$class} and exists $dispatch{$class}{$act} and exists $dispatch{$class}{$act}{$section} | |
187 | 0 | 4 | 1 | defined $block->description and $block->description ne $block->name |
line | l | !l | condition |
---|---|---|---|
133 | 0 | 7 | $pluggable ||= 'Test::DataDriven' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 0 | 0 | 1 | not @value or @value == 1 and $value[0] =~ /\A(\d+|)\z/ |
104 | 0 | 7 | 0 | ref $self || $self |
143 | 0 | 87 | 0 | ref $self || $self |