Condition Coverage

blib/lib/Mason/Request.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
71 6 1 24 blessed $err && $err->isa('Mason::Exception::Abort')
83 0 0 36 defined $code and ref $code eq 'CODE'
123 63 0 18 $pkg->isa('Mason::Component') and $pkg ne 'Mason::Component'
258 184 0 0 @_ == 1 and reftype($_[0]) eq 'HASH'
351 1 0 9 blessed $filter and $filter->can('apply_filter')