blib/lib/Test/Usage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 38 | 60.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
399 | 45 | 0 | 40 | $bool and ++$self->{'nb_succ'} |
403 | 28 | 14 | 23 | $verbosity == 1 and not $bool |
412 | 10 | 6 | 27 | not $bool and $got_msg ne '' |
433 | 0 | 0 | 0 | @msgs and $self->options->{'v'} > 0 |
823 | 0 | 283 | 0 | $gColor->{'id'} and $self->{'options'}{'c'} |
line | l | !l | condition |
---|---|---|---|
754 | 4 | 0 | $nb_succ || 0 |
755 | 3 | 1 | $nb_fail || 0 |
756 | 1 | 3 | $died || 0 |
757 | 1 | 3 | $warned || 0 |
758 | 4 | 0 | $hrs || 0 |
759 | 4 | 0 | $mins || 0 |
760 | 4 | 0 | $secs || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
403 | 20 | 0 | 65 | $verbosity == 2 or $verbosity == 1 and not $bool |
701 | 1 | 2 | 0 | defined $options{$_} or $options{$_} = $_D{'f'}{$_} |
824 | 0 | 0 | 0 | $_D{'c'}{$color_tag} || $_D{'c'}{'default'} |