| blib/lib/Template/Plugin/Filter/Scss.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 1 | 0 | if ($self->{'_CONFIG'} and ref $self->{'_CONFIG'} eq 'HASH') |
| 24 | 0 | 1 | if ($self->{'_CONFIG'}{'include_paths'}) { } |
| 0 | 1 | elsif ($self->{'_CONFIG'}{'include_path'}) { } | |
| 31 | 1 | 0 | if ($self->{'_CONFIG'}{'output_style'}) |
| 32 | 0 | 1 | if uc $self->{'_CONFIG'}{'output_style'} eq 'NESTED' |
| 33 | 0 | 1 | if uc $self->{'_CONFIG'}{'output_style'} eq 'COMPACT' |
| 34 | 0 | 1 | if uc $self->{'_CONFIG'}{'output_style'} eq 'EXPANDED' |
| 35 | 1 | 0 | if uc $self->{'_CONFIG'}{'output_style'} eq 'COMPRESSED' |