Condition Coverage

lib/Email/MIME/CreateHTML/Resolver.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
54 1 0 6 $object_cache->can('get') and $object_cache->can('set')
68 0 1 10 defined $uri and length $uri
81 12 0 7 defined $self->{'base'} && length $self->{'base'}
91 0 17 1 $Email::MIME::CreateHTML::Resolver::HaveFilesystem and $start =~ m[^file://]
104 0 15 4 $Email::MIME::CreateHTML::Resolver::HaveCache and defined $self->{'object_cache'}

or 2 conditions

line l !l condition
42 21 9 $args ||= {}