MCPcopy Create free account
hub / github.com/elftausend/graplot / test_pie

Function test_pie

tests/pie.rs:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3#[test]
4fn test_pie() {
5 let pie = Pie::new([35., 25., 25., 15.]);
6 pie.show();
7}
8
9#[test]
10fn test_pie_labeled() {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected