Condition Coverage

blib/lib/Net/SMS/MyTMN.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
205 0 0 0 $$self{'username'} and $$self{'username'} =~ /^96\d{7}$/
209 0 0 0 $$self{'password'} and $$self{'password'} =~ /^\w+|\W+$/
218 0 0 0 $$self{'targets'} and ref $$self{'targets'} eq 'ARRAY'
0 0 0 $$self{'targets'} and ref $$self{'targets'} eq 'ARRAY' and scalar @{$$self{'targets'};} >= 1
0 0 0 $$self{'targets'} and ref $$self{'targets'} eq 'ARRAY' and scalar @{$$self{'targets'};} >= 1 and scalar @{$$self{'targets'};} <= 5
220 0 0 0 $$self{'message'} and length $$self{'message'} <= 140

or 2 conditions

line l !l condition
86 0 0 $$self{'username'} || undef
87 0 0 $$self{'password'} || undef
88 0 0 $$self{'targets'} || undef
89 0 0 $$self{'message'} || undef
154 0 0 $$self{'username'} || undef
155 0 0 $$self{'password'} || undef