Branch Coverage

blib/lib/Plack/App/Login.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
38 3 2 if ($self->css) { }
39 1 2 unless (&blessed(scalar $self->css) and $self->css->isa("CSS::Struct::Output"))
46 3 1 if ($self->tags) { }
47 1 2 unless (&blessed(scalar $self->tags) and $self->tags->isa("Tags::Output"))
54 2 1 unless ($self->generator)
58 2 1 unless ($self->title)
62 2 1 unless ($self->login_link)
66 2 1 unless ($self->login_title)