blib/lib/MooseX/App/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
129 | 0 | 0 | 7 | defined $lastline and $lastline ne '' |
163 | 0 | 4 | 20 | defined $package_filepath and -e $package_filepath |
195 | 2 | 0 | 13 | $element->isa('Pod::Elemental::Element::Nested') and $element->command eq 'head1' |
line | l | !l | condition |
---|---|---|---|
95 | 256 | 2 | $command->[1] // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
197 | 0 | 1 | 0 | $pod{'ABSTRACT'} ||= $1 |