Condition Coverage

blib/lib/MyLibrary/Auth/Basic.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
147 0 0 0 defined $args{'username'} and defined $args{'password'}
0 0 0 defined $args{'username'} and defined $args{'password'} and $args{'username'} ne ''
0 0 0 defined $args{'username'} and defined $args{'password'} and $args{'username'} ne '' and $args{'password'} ne ''
0 0 0 defined $args{'username'} and defined $args{'password'} and $args{'username'} ne '' and $args{'password'} ne '' and not $args{'username'} =~ /^\s/
0 0 0 defined $args{'username'} and defined $args{'password'} and $args{'username'} ne '' and $args{'password'} ne '' and not $args{'username'} =~ /^\s/ and not $args{'password'} =~ /^\s/