Condition Coverage

blib/lib/Map/Tube/Utils.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 defined $this and defined $that
64 0 0 0 _is_number($this) && _is_number($that)
162 0 0 0 defined $this && $this =~ /^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$/

or 3 conditions

line l !l&&r !l&&!r condition
145 0 0 0 $color =~ /^#[a-f0-9]{6}$/i or grep {lc $color eq $_;} @COLOR_NAMES