Condition Coverage

blib/lib/MMM/Host.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 defined $_[0]{'latitude'} and defined $_[0]{'longitude'}
215 0 0 0 defined $$host{$_} and $host->revision > $self->revision
248 0 0 0 defined $$self{'latitude'} and defined $$self{'longitude'}

or 3 conditions

line l !l&&r !l&&!r condition
37 0 12 0 $infos{'revision'} ||= _rev()
215 5 0 0 not defined $$self{$_} or defined $$host{$_} and $host->revision > $self->revision