Branch Coverage

blib/lib/Plack/App/PubSubHubbub/Subscriber/Config.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
42 1 8 unless $verify eq 'sync' or $verify eq 'async'
46 1 7 unless my $cb = $args{'callback'}
48 0 7 unless my $uri = 'URI'->new($cb)
50 1 6 unless $uri->scheme eq 'http'
52 1 5 if $uri->fragment
57 2 3 if (defined $lease)
58 1 1 unless $lease >= 0