Condition Coverage

blib/lib/Net/Lighthouse/Util.pm
Criterion Covered Total %
condition 18 24 75.0


and 3 conditions

line !l l&&!r l&&r condition
51 453 0 96 $$ref{$k}{-'nil'} and $$ref{$k}{-'nil'} eq 'true'
2 398 53 $$ref{$k}{-'type'} and $$ref{$k}{-'type'} eq 'boolean'
2 299 99 $$ref{$k}{-'type'} and $$ref{$k}{-'type'} eq 'datetime'
2 292 7 $$ref{$k}{-'type'} and $$ref{$k}{-'type'} eq 'yaml'
2 6 286 $$ref{$k}{-'type'} and $$ref{$k}{-'type'} eq 'integer'
8 0 0 keys %{$$ref{$k};} == 1 and exists $$ref{$k}{-'type'}
70 0 6 280 defined $$ref{$k}{'content'} and $$ref{$k}{'content'} ne ''

or 3 conditions

line l !l&&r !l&&!r condition
51 0 0 8 keys %{$$ref{$k};} == 0 or keys %{$$ref{$k};} == 1 and exists $$ref{$k}{-'type'}