Condition Coverage

blib/lib/App/tldr.pm
Criterion Covered Total %
condition 1 15 6.6


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 0 not $no_pager and -t STDOUT
0 0 0 not $no_pager and -t STDOUT and my $guess = $self->_guess_pager($pager)

or 2 conditions

line l !l condition
16 0 1 $ENV{'TLDR_REPOSITORY'} // ""
30 0 0 $ENV{'LANG'} || ''
48 0 0 $language || ''

or 3 conditions

line l !l&&r !l&&!r condition
153 0 0 0 $ENV{'COLUMNS'} || (Term::ReadKey::GetTerminalSize())[0]