| blib/lib/Stenciller/Wrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 29 | 44.8 |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 0 | 21 | $self->add_header_line($line) and next LINE |
| 144 | 0 | 41 | $stencil->add_before_input($line) and next LINE |
| 148 | 0 | 41 | $stencil->add_input($line) and next LINE |
| 152 | 0 | 38 | $stencil->add_between($line) and next LINE |
| 156 | 0 | 41 | $stencil->add_output($line) and next LINE |
| 160 | 0 | 11 | $stencil->add_after_output($line) and next LINE |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 71 | 7 | 0 | 0 | scalar @args == 1 and ref $args[0] eq 'HASH' |
| 91 | 7 | 0 | 0 | $#_ == 0 && ref $_[0] eq 'HASH' |
| 125 | 4 | 0 | 11 | defined $possible_hash && $possible_hash =~ /\{.*\}/u |
| 175 | 13 | 0 | 2 | not $stencil->has_input and $self->skip_if_input_empty |
| 176 | 13 | 0 | 0 | not $stencil->has_output and $self->skip_if_output_empty |
| line | l | !l | condition |
|---|---|---|---|
| 84 | 0 | 0 | !!$count || 0 |