| blib/lib/App/LiquidTidy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 8 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 1 | unless $self->{'file'} |
| 21 | 0 | 1 | if ($self->{'file'} eq '-') { } |
| 25 | 0 | 1 | unless open $fh, "<", $self->{'file'} |
| 35 | 0 | 1 | if ($self->{'file'} =~ /\.markdown/ or $self->{'file'} =~ /\.md/ or $self->{'file'} =~ /\.txt/) |