blib/lib/Dist/Inkt/Role/WriteCOPYRIGHT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 32 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 0 | 0 | 0 | defined $v and length $v |
320 | 0 | 0 | 0 | $f =~ m[^inc/(.+\.pm)$]i and exists $INC{$1} |
336 | 0 | 0 | 0 | $copyright and $guesses[0] |
line | l | !l | condition |
---|---|---|---|
190 | 0 | 0 | ref $licence || '' |
223 | 0 | 0 | ref $licence || '' |
0 | 0 | ref $licence || '' | |
355 | 0 | 0 | $self->rights_for_generated_files->{'COPYRIGHT'} ||= ['None', 'public-domain'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
192 | 0 | 0 | 0 | $DEB{ref $licence} || $1 |
232 | 0 | 0 | 0 | $DEB{ref $licence} || $1 |
296 | 0 | 0 | 0 | $f =~ m[\Alib/.*\.pm\z] or $f =~ m[\Abin/[\w_-]+(\.pl|\.PL)?\z] |
0 | 0 | 0 | $f =~ m[\Alib/.*\.pm\z] or $f =~ m[\Abin/[\w_-]+(\.pl|\.PL)?\z] or $f =~ m[\At/.*(\.pm|\.t)\z] | |
0 | 0 | 0 | $f =~ m[\Alib/.*\.pm\z] or $f =~ m[\Abin/[\w_-]+(\.pl|\.PL)?\z] or $f =~ m[\At/.*(\.pm|\.t)\z] or $f eq 'dist.ini' |