Condition Coverage

blib/lib/Software/License/PD.pm
Criterion Covered Total %
condition 6 9 66.6


or 3 conditions

line l !l&&r !l&&!r condition
24 1 1 0 $$self{'_mit'} ||= 'Software::License::MIT'->new({'year', $self->year, 'holder', $self->holder})
32 1 1 0 $$self{'_gpl'} ||= 'Software::License::GPL_3'->new({'year', $self->year, 'holder', $self->holder})
40 1 1 0 $$self{'_tal'} ||= 'Software::License::Artistic_2_0'->new({'year', $self->year, 'holder', $self->holder})