Condition Coverage

lib/App.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
795 0 0 0 defined $subroutine and $subroutine eq '(eval)'
812 0 0 0 $class ne 'ARRAY' and $class ne 'HASH'
816 0 0 0 $class =~ /^[A-Z][A-Za-z0-9_:]*$/ and $class->isa($package)
921 0 0 0 defined $subroutine and $subroutine eq '(eval)'
933 0 0 0 %App::scope and not $App::scope{$package}
0 0 0 %App::scope and not $App::scope{$package} and not $App::scope{"$package.$sub"}
958 0 0 0 $App::trace_width and length $text > $App::trace_width
1002 0 0 0 defined $subroutine and $subroutine eq '(eval)'

or 3 conditions

line l !l&&r !l&&!r condition
827 0 0 0 $App::scope{$package} or $App::scope{"$package.$sub"}
830 0 0 0 $App::scope{$package} or $App::scope{"$package.$sub"}
1016 0 0 0 $App::scope{$package} or $App::scope{"$package.$sub"}
1019 0 0 0 $App::scope{$package} or $App::scope{"$package.$sub"}