Divir Gupta

Results 2 comments of Divir Gupta

![screen shot 2015-05-10 at 9 08 51 pm](https://cloud.githubusercontent.com/assets/5352390/7557529/cd65f776-f758-11e4-8010-c9dba6d2955d.png) Anyone found a fix?

This will be helpful to add. It seems like if the format is "dot", then the stats are ignored. ```python print("cover" in bst.get_dump(dump_format="text", with_stats=True)[0]) # True print("cover" in bst.get_dump(dump_format="dot", with_stats=True)[0])...