MCPcopy Create free account
hub / github.com/LFYSec/MScan / flipAll

Method flipAll

src/test/resources/sideeffect/LinkedList.java:16–22  ·  view source on GitHub ↗
(List list)

Source from the content-addressed store, hash-verified

14 }
15
16 static void flipAll(List list){
17 Iterator it=list.iterator();
18 while(it.hasNext()){
19 Point p=(Point) it.next();
20 p.flip();
21 }
22 }
23
24 public static void main(String args[]){
25 List list=new List();

Callers 1

mainMethod · 0.95

Calls 4

hasNextMethod · 0.95
nextMethod · 0.95
flipMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected