The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
  <head>
    <title>
      Code Coverage - Devel::PerlySense Screenshot
    </title>
  </head>
  <body style="margin:20px;">
    <div style="font-family: sans-serif">

      <img src="images/covered_sub_green.png" style="margin-bottom:4px;"/>
      <div>Subtle green underlined "sub" keyword indicating the sub was covered.</div>
      
      <img src="images/cover_report_sub_green.png" style="margin-bottom:4px; margin-top:22px;"/>
      <div>Sub coverage does not guarantee 100% line coverage like in this (bad) example.</div>
      
      
      <img src="images/covered_sub_red.png" style="margin-top:32px; margin-bottom:4px;"/>
      <div>Red underline + complex method == likely breakage.</div>
      
      <img src="images/cover_report_sub_red.png" style="margin-bottom:4px; margin-top:22px;"/>
      <div>And (obviously) no line coverage.</div>
      
    </div>
  </body>
</html>