blib/lib/Text/Sass/Expr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 24 | 75.0 |
line | true | false | branch |
---|---|---|---|
78 | 2 | 13 | unless defined $p1 |
80 | 1 | 12 | unless ($u1) |
84 | 8 | 5 | unless ($u2) |
88 | 0 | 13 | if (not $u1 and $u2) |
92 | 7 | 6 | if (not $u2 and $u1) |
96 | 2 | 0 | if ($u1 ne $u2 and $u1 ne '#' and $u2 ne '#') |
103 | 1 | 12 | unless (exists $Text::Sass::Expr::OPS->{$op}) |
104 | 1 | 0 | if ($op =~ /^\w/msx) { } |
0 | 0 | elsif ($op =~ /\S{2,}/msx) { } | |
113 | 2 | 10 | if ($u1 eq '#') |
125 | 30 | 58 | if ($token =~ /^[#]/msx) |
151 | 0 | 5 | unless (exists $Text::Sass::Expr::CONV->{$fromto}) |