Condition Coverage

blib/lib/Text/Table/HTML/DataTables.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 0 $i == 0 and $params{'header_row'}

or 2 conditions

line l !l condition
37 0 0 $params{'default_length'} // 1000
39 0 0 ($params{'library_link_mode'} // $ENV{'PERL_TEXT_TABLE_HTML_DATATABLES_OPT_LIBRARY_LINK_MODE'}) // "local"
117 0 0 $row->[$_] // ""

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 $params{'library_link_mode'} // $ENV{'PERL_TEXT_TABLE_HTML_DATATABLES_OPT_LIBRARY_LINK_MODE'}