Condition Coverage

blib/lib/Catalyst/View/HTML/Mason.pm
Criterion Covered Total %
condition 5 14 35.7


and 3 conditions

line !l l&&!r l&&r condition
192 10 0 0 &blessed($comp) and $comp->isa('Path::Class')
198 10 0 0 ref $comp and ref $comp eq 'ARRAY'
222 0 5 0 not ref $comp and $self->always_append_template_extension

or 2 conditions

line l !l condition
132 0 13 $args{'allow_globals'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
135 0 13 0 $args{'in_package'} ||= sprintf('%s::Commands', do { if (my $meta = Class::MOP::class_of($self)) { $meta->name; } else { ref $self; } })