Condition Coverage

blib/lib/HTML/Display.pm
Criterion Covered Total %
condition 9 14 64.2


or 2 conditions

line l !l condition
131 4 3 $best_class ||= 'HTML::Display::Dump'

or 3 conditions

line l !l&&r !l&&!r condition
113 4 0 3 delete $args{'class'} || $ENV{'PERL_HTML_DISPLAY_CLASS'}
117 0 0 3 delete $args{'browsercmd'} || $ENV{'PERL_HTML_DISPLAY_COMMAND'}
138 4 0 3 @{"${best_class}::ISA";} or defined *{"${best_class}::new";}{'CODE'}
4 0 3 @{"${best_class}::ISA";} or defined *{"${best_class}::new";}{'CODE'} or defined *{"${best_class}::AUTOLOAD";}{'CODE'}