Branch Coverage

blib/lib/App/Term2HTML.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
24 1 1 $config->{'inline_style'} ? :
27 2 0 if (not IO::Interactive::Tiny::is_interactive(*STDIN))
28 1 1 unless $config->{'inline_style'}
50 0 2 unless &GetOptionsFromArray(\@argv, 'is|inline-style', \$config->{'inline_style'}, 'h|help', sub { _show_usage(1); } , 'v|version', sub { print "$0 $VERSION\n"; exit 1; } )