Condition Coverage

blib/lib/Test/Against/Commit.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
983 0 0 0 defined $args and ref $args eq "HASH"
996 0 0 0 defined $args->{'title'} and length $args->{'title'}
1001 0 0 0 exists $args->{'module_file'} and exists $args->{'module_list'}
1221 0 0 0 defined $args and ref $args eq "HASH"

or 2 conditions

line l !l condition
986 0 0 delete $args->{'verbose'} || ''
987 0 0 delete $args->{'dryrun'} || ''
1223 0 0 delete $args->{'verbose'} || ''
1224 0 0 delete $args->{'sep_char'} || '|'

or 3 conditions

line l !l&&r !l&&!r condition
1004 0 0 0 exists $args->{'module_file'} or exists $args->{'module_list'}
1225 0 0 0 $sep_char eq "|" or $sep_char eq ","