Condition Coverage

lib/WWW/FleXtel.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 @invalidkeys and $^W
63 0 0 0 defined $$stor{'timeout'} and $$stor{'timeout'} =~ /^[1-9]\d*$/
65 0 0 0 defined $$stor{'cache_ttl'} and $$stor{'cache_ttl'} =~ /^\d+$/
115 0 0 0 ref $self and UNIVERSAL::isa($self, 'WWW::FleXtel')
189 0 0 0 defined $$stor{'cache'}{$cacheName}{'last_updated'} and time - $$stor{'cache'}{$cacheName}{'last_updated'} < $$stor{'cache_ttl'}
219 0 0 0 $lookup =~ /^\d+$/ and $i == $lookup
0 0 0 $lookup =~ /[0-9\#\+]{8,}/ and $lookup eq $$mem{'number'}
275 0 0 0 $key eq 'email' and $val =~ /"(\S+?)"/

or 2 conditions

line l !l condition
64 0 0 $$stor{'timeout'} ||= 15
66 0 0 $$stor{'cache_ttl'} ||= 5

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $$stor{'user-agent'} ||= sprintf('Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (%s %s)', 'WWW::FleXtel', $WWW::FleXtel::VERSION)