| line | true | false | branch | 
 
| 141 | 0 | 6 | unless $self->manifest->{'alternatives'} | 
 
|  | 0 | 6 | if @{[] unless $self->manifest->{'alternatives'};} | 
 
| 144 | 0 | 6 | unless $self->manifest->{'attachments'} | 
 
|  | 0 | 6 | if @{[] unless $self->manifest->{'attachments'};} | 
 
| 147 | 6 | 0 | unless $self->manifest->{'attributes'} | 
 
|  | 0 | 6 | if %{{} unless $self->manifest->{'attributes'};} | 
 
| 156 | 0 | 12 | unless my(@hval) = grep({/^[^:]/;} keys %$entry) | 
 
| 157 | 0 | 12 | if @hval > 1 | 
 
| 160 | 0 | 12 | if (ref $value) { } | 
 
| 165 | 0 | 12 | if (exists $entry->{':renderer'}) | 
 
| 166 | 0 | 0 | unless defined $entry->{':renderer'} | 
 
| 170 | 12 | 0 | if defined $renderer | 
 
| 186 | 6 | 0 | if ($self->renderer) | 
 
| 206 | 2 | 4 | if ($self->encode_entities) | 
 
| 210 | 1 | 5 | if ($self->munge_signature) | 
 
| 213 | 1 | 0 | if (defined $sig) | 
 
| 227 | 12 | 0 | if (my $wrapper_path = $self->$type_wrapper) | 
 
| 230 | 4 | 8 | if ($self->render_wrapper) { } | 
 
| 239 | 0 | 8 | unless $wrapper =~ /$marker_re/ |