| line | true | false | branch | 
 
| 23 | 1 | 0 | $options{'has_text'} ? : | 
 
| 36 | 1 | 15 | $options{'has_text'} ? : | 
 
| 41 | 15 | 1 | $options{'self_close'} ? : | 
 
| 96 | 2 | 3 | if ($self->{'link_type'} eq 'pod') { } | 
 
|  | 3 | 0 | elsif ($self->{'link_type'} eq 'url') { } | 
 
| 141 | 37 | 1 | unless $self->{'in_cdata'} | 
 
| 142 | 1 | 37 | if $self->{'in_non_breaking'} | 
 
| 227 | 4 | 1 | if ($attribute_hash->{'type'} eq 'pod') { } | 
 
|  | 1 | 0 | elsif ($attribute_hash->{'type'} eq 'url') { } | 
 
| 228 | 2 | 2 | if ($self->{'packages_in_space'}{"$attribute_hash->{'to'}"}) { } | 
 
| 232 | 1 | 1 | $attribute_hash->{'section'} ? : | 
 
| 242 | 1 | 1 | if ($section) | 
 
| 265 | 4 | 16 | if ($self->{'indent'}) | 
 
| 268 | 4 | 16 | $style ? : |