Branch Coverage

lib/Mozilla/Persona/Validate/Table.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
22 0 0 unless my $fn = $$args{'pwfile'}
36 0 0 if ($fn) { }
40 0 0 unless defined $mtime
43 0 0 if (my $last_mtime = $$self{'MPVT_mtime'})
44 0 0 if $mtime eq $last_mtime
49 0 0 unless open PASSWD, '<:raw', $fn
53 0 0 if /^#|^\s*$/
56 0 0 if (index $user, '@' < 0) { }
0 0 elsif (not $user =~ /\@\Q$domain\E$/i) { }
65 0 0 unless defined $passwd
69 0 0 if $info{$user}
75 0 0 unless close PASSWD
85 0 0 unless my $info = $self->openFile->{$user}
90 0 0 if $@