Branch Coverage

examples/bloggery/bloggery.cgi
Criterion Covered Total %
branch 0 12 0.0


line true false branch
27 0 0 unless $file and -f $file
63 0 0 unless -f $file
115 0 0 if ref $data eq 'ARRAY'
139 0 0 if ($data->isa('Bloggery::Post'))
148 0 0 if ($data->isa('Bloggery::Post')) { }
0 0 elsif ($data->isa('Bloggery::PostList')) { }