lib/Pod/Autopod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 87 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
445 | 0 | 0 | 0 | $verbose and $fileout |
602 | 0 | 0 | 0 | $line =~ /^\s*\#/ || $p == 0 and $self->{'STATE'} eq 'headwait' |
0 | 0 | 0 | $line =~ /^\s*$/ || $p == 0 and $self->{'STATE'} eq 'head' | |
608 | 0 | 0 | 0 | exists $self->{'METHOD_ATTR'}{$self->_getMethodName}{'doxyparamline'} and scalar @{$self->{'METHOD_ATTR'}{$self->_getMethodName}{'doxyparamline'};} > 0 |
633 | 0 | 0 | 0 | $self->{'STATE'} eq 'headwait' and not $line =~ /^\s*$/ |
0 | 0 | 0 | $self->{'STATE'} eq 'headwait' and not $line =~ /^\s*$/ and not $line =~ /^\s*\#/ | |
638 | 0 | 0 | 0 | $line =~ /^\s*\}/ || $p == 0 || $line =~ /^\s*sub [^ ]+/ and $self->{'STATE'} =~ /^(head|headwait|bodywait|free)$/ |
790 | 0 | 0 | 0 | $line =~ /^\s*\#+(.*)/ and $state =~ /^(wait|rem)$/ |
0 | 0 | 0 | not $line =~ /^\s*\#+(.*)/ and $state =~ /^(rem)$/ | |
1123 | 0 | 0 | 0 | $l > 0 and $l < $space |
1564 | 0 | 0 | 0 | exists $params->[0][0]{'type'} and $params->[0][0]{'type'} eq 'void' |
1593 | 0 | 0 | 0 | scalar @$params > 1 and $braces |
line | l | !l | condition |
---|---|---|---|
217 | 0 | 0 | $self->{'selfstring'} || '$self' |
621 | 0 | 0 | $self->{'METHOD_ATTR'}{$self->_getMethodName}{'doxyreturn'} || 'void' |
682 | 0 | 0 | $self->{'METHOD_ATTR'}{$self->_getMethodName}{'doxyparamline'} ||= [] |
724 | 0 | 0 | $self->{'REQUIRES'} || [] |
734 | 0 | 0 | $self->{'INHERITS_FROM'} || [] |
845 | 0 | 0 | $morearr->{$area} || [] |
866 | 0 | 0 | $self->{'HEAD'} || [] |
889 | 0 | 0 | $self->{'BODY'} || [] |
1268 | 0 | 0 | $self->{'REQUIRES'} || [] |
1309 | 0 | 0 | $self->{'INHERITS_FROM'} || [] |
1559 | 0 | 0 | $v->{'separatorand'} || ',' |
1560 | 0 | 0 | $v->{'separatoror'} || '|' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
434 | 0 | 0 | 0 | $filecontent =~ /$border/ or $filecontent =~ /AUTOPODME/ |
602 | 0 | 0 | 0 | $line =~ /^\s*\#/ || $p == 0 |
0 | 0 | 0 | $line =~ /^\s*$/ || $p == 0 | |
638 | 0 | 0 | 0 | $line =~ /^\s*\}/ || $p == 0 || $line =~ /^\s*sub [^ ]+/ |
732 | 0 | 0 | 0 | $line =~ /^\s*use base +([^\; ]+)[\;](.*)/ or $line =~ /^\s*our +\@ISA +([^\; ]+)[\;](.*)/ |
749 | 0 | 0 | 0 | exists $self->{'METHOD_ATTR'}{'new'} or scalar $self->{'INHERITS_FROM'} >= 1 |
1223 | 0 | 0 | 0 | $namec || $type |
1575 | 0 | 0 | 0 | $name || $type |
1616 | 0 | 0 | 0 | $m->{$type} || $c |