line |
!l |
l&&!r |
l&&r |
condition |
121
|
57 |
12 |
6 |
$str_delim and not $copy =~ s/^['"]$_optspace//o
|
127
|
5 |
1986 |
0 |
pos $_ and pos $_ < length $_
|
255
|
0 |
1 |
397 |
(my $style = _parse_style_declaration(@tokens, undef, @_[1 .. $#_])) && !$tokens[0]
|
271
|
113 |
11 |
66 |
$unesc_at eq '@media' and s/^(s?is?(?:,s?is?)*\{)//
|
|
109 |
1 |
14 |
$unesc_at eq '@page' and s/^((?:s?:i)?)(s?{s?)//
|
|
102 |
0 |
8 |
$unesc_at eq '@font-face' and s/^()(s?{s?)//
|
|
58 |
1 |
43 |
$unesc_at eq '@import' and s/^s?([u'])s?(is?(?:,s?is?)*)?(?:;s?|\z)//
|
|
33 |
1 |
25 |
$at eq '@charset' and @$tokens >= 3
|
|
34 |
1 |
24 |
$at eq '@charset' and @$tokens >= 3 and $$tokens[0] eq ' '
|
|
2 |
1 |
23 |
$at eq '@charset' and @$tokens >= 3 and $$tokens[0] eq ' ' and $$tokens[1] =~ /^"/
|
|
2 |
1 |
22 |
$at eq '@charset' and @$tokens >= 3 and $$tokens[0] eq ' ' and $$tokens[1] =~ /^"/ and s/^s';s?//
|
310
|
0 |
27 |
0 |
$_[0] && $_->_set_parentStyleSheet($_[0])
|