line |
l |
!l&&r |
!l&&!r |
condition |
17
|
341 |
22 |
0 |
$types ||= 'MIME::Types'->new('only_complete', 1) |
61
|
342 |
10 |
0 |
$class->types->mimeTypeOf($type) || $class->types->type($type) |
89
|
0 |
27 |
0 |
@_filters || grep({not /::SUPER$/;} reverse sort('File::Assets::Util'->filter_load)) |
114
|
0 |
103 |
527 |
$found ||= $$target =~ s/\%$character/$value/g |
115
|
103 |
31 |
496 |
$found ||= $$target =~ s/\%\.$character/$value ? ".$value" : '';/eg |
116
|
134 |
85 |
411 |
$found ||= $$target =~ s/\%\-$character/$value ? "-$value" : '';/eg |
117
|
219 |
0 |
411 |
$found ||= $$target =~ s[\%/$character][$value ? "/$value" : '';]eg |