| line | true | false | branch | 
 
| 35 | 0 | 0 | $@ ? : | 
 
| 48 | 0 | 0 | if $main::cfg->val(('internal', 'now'), 0) | 
 
| 65 | 0 | 0 | unless %$data | 
 
| 69 | 0 | 0 | $style ? : | 
 
| 74 | 0 | 0 | if ($colspan > 1) | 
 
| 80 | 0 | 0 | defined $data->{$fname} ? : | 
 
| 84 | 0 | 0 | if ($style) | 
 
| 85 | 0 | 0 | if (my $t = $self->_getstyle($style, $fname)) | 
 
| 86 | 0 | 0 | if ($t->{'class'}) | 
 
| 89 | 0 | 0 | if ($t->{'colspan'}) | 
 
| 94 | 0 | 0 | $colspan > 1 ? : | 
 
|  | 0 | 0 | $value eq '' ? : | 
 
| 114 | 0 | 0 | if (my $style = $self->{'_style'}) | 
 
| 115 | 0 | 0 | if ($style =~ /\W/) { } | 
 
|  | 0 | 0 | elsif (defined $self->{'_cssdir'}) { } | 
 
|  | 0 | 0 | elsif (my $css = findlib('css/' . $style . '.css')) { } | 
 
| 143 | 0 | 0 | if (grep {$_->{'title'} =~ /\S/;} @{$$self{'_fields'};}) | 
 
| 147 | 0 | 0 | $_->{'title'} ? : | 
 
| 179 | 0 | 0 | unless (open $in, '<:encoding(utf-8)', $css) | 
 
| 185 | 0 | 0 | if (/^\s*\@import\s*(["']?)(.*?)\1\s*;/) { } |