blib/lib/Fsdb/Filter/db_to_html_table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
194 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'd|debug+', \$self->{'_debug'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'g|group-count=i', \$self->{'_group_count'}, 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
195 | 0 | 0 | if $#argv != -1 |
211 | 0 | 0 | unless defined $tag |
213 | 0 | 0 | if defined $color |
263 | 0 | 0 | if (defined $group_count) |
268 | 0 | 0 | if (defined $group_count) |
269 | 0 | 0 | if ($group_n++ >= $group_count) |