Condition Coverage

blib/lib/Catalyst/View/Email/Template.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
177 0 0 0 exists $attrs->{'view'} and defined $attrs->{'view'}
0 0 0 exists $attrs->{'view'} and defined $attrs->{'view'} and $attrs->{'view'} ne ''
229 0 0 0 exists $e_m_attrs->{'encoding'} and defined $e_m_attrs->{'encoding'}
0 0 0 exists $e_m_attrs->{'encoding'} and defined $e_m_attrs->{'encoding'} and exists $e_m_attrs->{'charset'}
0 0 0 exists $e_m_attrs->{'encoding'} and defined $e_m_attrs->{'encoding'} and exists $e_m_attrs->{'charset'} and defined $e_m_attrs->{'charset'}