Condition Coverage

blib/lib/Templ/Template.pm
Criterion Covered Total %
condition 5 15 33.3


or 3 conditions

line l !l&&r !l&&!r condition
69 4 0 0 defined $class or ref $class
4 0 0 defined $class or ref $class or not $class =~ /^(\w+\:\:)*\w+$/
100 4 0 0 ref $_[0] || $_[0]
111 4 0 0 ref $_[0] || $_[0]
139 1 0 0 &openhandle($source) or eval { do { $source->can('getline') } }