Branch Coverage

blib/lib/WWW/Monitor.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
121 0 0 if (not @_ % 2) { }
127 0 0 unless ($cache_root)
129 0 0 unless (-d $def_dir or mkdir $def_dir)
136 0 0 if ($cache) { }
137 0 0 unless (ref $cache ne 'HASH' and $cache->can('get') and $cache->can('set') and $cache->can('set_validity') and $cache->can('get_validity') and $cache->can('exists'))
154 0 0 $cache ? :
157 0 0 if $mailcallback
212 0 0 unless $task->run($self, $carrier, $cache)
229 0 0 unless $task->success
250 0 0 if wantarray
264 0 0 if (exists $$self{'mailcallback'} and $$self{'mailcallback'})