From: David R. <dav...@bl...> - 2011-01-18 21:05:49
|
Mario, The issues is that you are not testing all true/false cases in your "if" statement. You are probably getting to that "if" statement with req_reply always being null (or not null). Cobertura will flag that since you haven't covered the Boolean completely. Regards, Dave 2011/1/18 Parra Virgen Mario-B15605 <B1...@fr...> > Hello, > > > > I’m currently using Cobertura for test coverage reports and I have a > question. > > > > I’m doing aggregated test coverage reports across a multi-module project, > after I run the reports over the project, sometime I’m getting some lines of > the source code in red, but with a number greater than zero on them (please > see image attached), and I’m wondering what does this means? Or how can I > interpret this?... or maybe this is a bug? > > > > I will really appreciate if you take some time to take a look at this, > since I can’t find any information on the web. > > > > Thanks in advance. > > Mario Parra > > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > -- David S. Read CTO *CISSP, RHCE, SCJP *Blue Slate Solutions 39 Columbia St. Albany, NY 12207 518-810-0368 www.blueslate.net This e-mail and any files transmitted with it are for the sole use of Blue Slate Solutions and the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. |