Branch Coverage

blib/lib/Iphone/SMS.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
62 0 0 unless (defined $path)
63 0 0 if ($^O =~ /ms/i or $^O eq 'cygwin') { }
0 0 elsif ($^O =~ /darwin/i) { }
74 0 0 unless (-d $path)
97 0 0 unless file_is_sqlite($File::Find::name)
99 0 0 unless find_message_table($File::Find::name)
129 0 0 if -d $file or -z $file
131 0 0 unless sysopen my $fh, $file, 0
138 0 0 if ($data =~ /sqlite/i)
178 0 0 if (@$data)