Branch Coverage

blib/lib/WWW/Scraper/ISBN/LibUniverIt.pm
Criterion Covered Total %
branch 0 30 0.0


])
line true false branch
32 0 0 if ($doc =~ /Nessun prodotto corrisponde ai criteri di ricerca/) { }
0 0 elsif ($doc =~ m[Ricerca - $isbn - libreriauniversitaria\.it]i) { }
0 0 elsif ($doc =~ /Dettagli del libro/) { }
38 0 0 if ($doc =~ m[]+>]+ class="product_heading_title_link" [^>]+>([^<]+)(.*?)
42 0 0 if ($info =~ m[]+ href="libri-editore[^"]+" [^>]+/>([^<]+) - (\d+)])
49 0 0 if $doc =~ /Prezzo: .*?€ (\d+)/
51 0 0 if $doc =~ m[€ ([^<]+)]
52 0 0 if $doc =~ m[Titolo: \n\t+\s+([^>]+)]
53 0 0 if $doc =~ m[Autor[ei]: \n\t+\s+(.*?)\n\t+\s+]
54 0 0 if $doc =~ m[Editore: \n\t+\s+
55 0 0 if $doc =~ m[Data di Pubblicazione: \n\t+\s+(\d+)]
56 0 0 if $doc =~ m[Pagine: \n\t+\s+(\d+)]
57 0 0 if $doc =~ m[Collana: \n\t+\s+
58 0 0 if $doc =~ m[Reparto: \n\t+\s+
59 0 0 if $doc =~ m[Traduttore: \n\t+\s+([^<]+)
  • ]