Branch Coverage

lib/Pod/Elemental/Transformer/Splint/MethodRenderer/HtmlDefault.pm
Criterion Covered Total %
branch 44 62 70.9


line true false branch
35 4 0 if (scalar @$positional_params)
42 0 8 if defined $param->{'method_doc'}
47 2 6 defined $param->{'default'} ? :
8 0 $param->{'is_required'} ? :
54 2 2 if (scalar @$named_params)
60 2 4 if defined $param->{'method_doc'}
65 0 6 $param->{'is_required'} ? :
0 6 $param->{'is_required'} && defined $param->{'default'} ? :
72 2 2 if (scalar @$return_types)
77 0 2 if defined $return_type->{'method_doc'}
79 2 0 $has_doc ? :
83 2 0 $has_doc ? :
89 4 0 if (scalar @html)
103 4 0 if defined $_->{'docs'}
0 4 &any(sub { ref $_->{'docs'} eq 'HASH'; } , @$params) ? :
4 0 &any(sub { scalar @{$_->{'docs'};} if defined $_->{'docs'}; } , @$params) ? :
113 8 14 if $_ ne 'doc'
115 12 2 unless scalar @traits
116 2 0 $_ eq 'slurpy' ? :
133 2 6 unless defined $param->{'default'}
134 2 4 if ref $param->{'default'} eq 'HASH' and scalar keys %{$$param{'default'};} == 0
135 0 4 if ref $param->{'default'} eq 'HASH'
137 0 4 if ref $param->{'default'} eq 'ARRAY' and scalar @{$param->{'default'};} == 0
138 2 2 if ref $param->{'default'} eq 'ARRAY'
140 0 2 if ref $param->{'default'} eq 'CODE'
141 2 0 $param->{'default'} eq '' ? :
147 16 0 defined $text ? :
158 46 12 defined $text ? :
159 46 12 defined $text ? :
172 18 56 !$args{'nowrap'} ? :
173 72 2 !exists $args{'colspan'} ? :