blib/lib/Novel/Robot/Packer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 21 | 14.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 1 | 0 | 0 | defined $output and not exists $o->{'output_scalar'} |
54 | 0 | 0 | 0 | -f $input and -s $input |
97 | 1 | 0 | 0 | $o->{'type'} ne "html" and not exists $o->{'output_scalar'} |
124 | 0 | 0 | 0 | exists $o->{'min_item_num'} and $o->{'min_item_num'} > 1 |
0 | 0 | 0 | exists $o->{'min_page_num'} and $o->{'min_page_num'} > 1 |
line | l | !l | condition |
---|---|---|---|
16 | 2 | 0 | $opt{'type'} ||= "html" |
43 | 0 | 0 | $writer //= "" |
46 | 0 | 0 | $book //= "" |